aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
diff options
context:
space:
mode:
authorGravatar Ben Boeckel <MathStuf@gmail.com>2010-10-10 04:13:10 +0800
committerGravatar Brendan Taylor <whateley@gmail.com>2010-10-11 23:40:36 +0800
commit775d3fd5f0cd8bfc26700fd287034a9fb6387fcf (patch)
tree4df37f2128ded2f37dff0253b3b0d68fc5fc95fa /examples/config
parentb688f20bcf0393009924699c68e387ad6d0b55a5 (diff)
Ignore multikey
When the compose key is used in insert mode, the multi_key is still 'active' when command mode is returned to. Ignore this key.
Diffstat (limited to 'examples/config')
-rw-r--r--examples/config/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/config/config b/examples/config/config
index c4a7e0d..6af2276 100644
--- a/examples/config/config
+++ b/examples/config/config
@@ -134,6 +134,7 @@ set useragent = Uzbl (Webkit @{WEBKIT_MAJOR}.@{WEBKIT_MINOR}.@{WEBKIT_MI
#ignore_key <glob>
@ignore_key <ISO_*>
@ignore_key <Shift>
+@ignore_key <Multi_key>
# --- Bind aliases -----------------------------------------------------------