summaryrefslogtreecommitdiffstats
path: root/mode-key.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-01-27 23:26:14 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-01-27 23:26:14 +0000
commitf941879c15fa59646a3cc687fe9244641afa2460 (patch)
tree8d30fb4a7f292f22e5e358f2c65ec96bf40333f9 /mode-key.c
parent05213e4c8cb083669382e0287481df994827352f (diff)
Actually bind the new key to e.
Diffstat (limited to 'mode-key.c')
-rw-r--r--mode-key.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mode-key.c b/mode-key.c
index fcbdea4e..8436ac2e 100644
--- a/mode-key.c
+++ b/mode-key.c
@@ -185,6 +185,7 @@ const struct mode_key_entry mode_key_vi_copy[] = {
{ '\r', 0, MODEKEYCOPY_COPYSELECTION },
{ '^', 0, MODEKEYCOPY_BACKTOINDENTATION },
{ 'b', 0, MODEKEYCOPY_PREVIOUSWORD },
+ { 'e', 0, MODEKEYCOPY_NEXTWORDEND },
{ 'g', 0, MODEKEYCOPY_HISTORYTOP },
{ 'h', 0, MODEKEYCOPY_LEFT },
{ 'j', 0, MODEKEYCOPY_DOWN },