diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2010-01-27 23:26:14 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2010-01-27 23:26:14 +0000 |
commit | f941879c15fa59646a3cc687fe9244641afa2460 (patch) | |
tree | 8d30fb4a7f292f22e5e358f2c65ec96bf40333f9 /mode-key.c | |
parent | 05213e4c8cb083669382e0287481df994827352f (diff) | |
download | rtmux-f941879c15fa59646a3cc687fe9244641afa2460.tar.gz rtmux-f941879c15fa59646a3cc687fe9244641afa2460.tar.bz2 rtmux-f941879c15fa59646a3cc687fe9244641afa2460.zip |
Actually bind the new key to e.
Diffstat (limited to 'mode-key.c')
-rw-r--r-- | mode-key.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 }, |