aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
diff options
context:
space:
mode:
authorGravatar Ben Boeckel <MathStuf@gmail.com>2010-10-09 16:13:10 -0400
committerGravatar Ben Boeckel <MathStuf@gmail.com>2010-10-09 16:13:10 -0400
commitc3fdbba61d8312244078085568478c4e93066ea4 (patch)
treee65ac00bc503da009b7ca218e40daf531b5afbc4 /examples/config
parent4527524da9af9feb9a324061c4f8cb11361da224 (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 dd76381..535e68b 100644
--- a/examples/config/config
+++ b/examples/config/config
@@ -131,6 +131,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 -----------------------------------------------------------