aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
diff options
context:
space:
mode:
authorGravatar Ben Boeckel <MathStuf@gmail.com>2011-03-24 18:53:12 -0400
committerGravatar Ben Boeckel <MathStuf@gmail.com>2011-03-24 18:55:26 -0400
commit7c0d66962b044bf0001005e911aefe78bb10c95f (patch)
tree7f53211c6f98f73a781c379f59e40a79d935986b /examples/config
parent37fe833febdb26a03816e7a82c5b649fdc0984f3 (diff)
Allow for multiple characters to bound words
Word deletion in URLs is a lot better when characters such as: \ -./&?= are considered to separate words.
Diffstat (limited to 'examples/config')
-rw-r--r--examples/config/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/config/config b/examples/config/config
index ab690e0..a1a3494 100644
--- a/examples/config/config
+++ b/examples/config/config
@@ -194,7 +194,7 @@ set ebind = @mode_bind global,-insert
@ebind <Delete> = event KEYCMD_DELETE
@ebind <Tab> = event START_COMPLETION
# Readline-ish bindings.
-@ebind <Ctrl>w = event KEYCMD_STRIP_WORD
+@ebind <Ctrl>w = event KEYCMD_STRIP_WORD \ -./&?=
@ebind <Ctrl>u = event SET_KEYCMD
@ebind <Ctrl>a = event SET_CURSOR_POS 0
@ebind <Ctrl>e = event SET_CURSOR_POS -1