From 7c0d66962b044bf0001005e911aefe78bb10c95f Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 24 Mar 2011 18:53:12 -0400 Subject: Allow for multiple characters to bound words Word deletion in URLs is a lot better when characters such as: \ -./&?= are considered to separate words. --- examples/config/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/config') 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 = event KEYCMD_DELETE @ebind = event START_COMPLETION # Readline-ish bindings. -@ebind w = event KEYCMD_STRIP_WORD +@ebind w = event KEYCMD_STRIP_WORD \ -./&?= @ebind u = event SET_KEYCMD @ebind a = event SET_CURSOR_POS 0 @ebind e = event SET_CURSOR_POS -1 -- cgit v1.2.3