summaryrefslogtreecommitdiff
path: root/data/default_config.cfg
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-07-03 02:06:40 +0200
committerFlorent Le Coz <louiz@louiz.org>2011-07-03 02:06:40 +0200
commita99257ad9a2b0dc6a1190e6ca87863a7ec1973ea (patch)
tree50d02dd2d74de01b03afa27eb3e0fa6e0d01a7ed /data/default_config.cfg
parent13f885fb74593b6c50174f9bbb7dd279fc344239 (diff)
downloadpoezio-a99257ad9a2b0dc6a1190e6ca87863a7ec1973ea.tar.gz
poezio-a99257ad9a2b0dc6a1190e6ca87863a7ec1973ea.tar.bz2
poezio-a99257ad9a2b0dc6a1190e6ca87863a7ec1973ea.tar.xz
poezio-a99257ad9a2b0dc6a1190e6ca87863a7ec1973ea.zip
Key bindings \o/
Diffstat (limited to 'data/default_config.cfg')
-rw-r--r--data/default_config.cfg10
1 files changed, 10 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg
index 80ce9f35..53357009 100644
--- a/data/default_config.cfg
+++ b/data/default_config.cfg
@@ -189,6 +189,16 @@ send_time = true
max_messages_in_memory = 2048
max_lines_in_memory = 2048
+[bindings]
+# Bindings are keyboard shortcut aliases. You can use them
+# to define your own keys and bind them with some functions
+# The syntaxe is
+# key = bind
+# where ^x means Control + x
+# and M-x means Alt + x
+# The example turns Alt + i into a tab key
+M-i = ^I
+
[var]
# You should not edit this section, it is just used by poezio
# to save various data across restarts