diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2010-01-27 20:18:52 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2010-01-27 20:18:52 +0000 |
commit | 3e2cc2d2c4c443cc99086927c83547d50cb07369 (patch) | |
tree | 04659de8714138a80760c733c0f962c3c3faf55f /tmux.h | |
parent | ba6dedbbbdf38e962b819a5ce085354a831c9204 (diff) | |
download | rtmux-3e2cc2d2c4c443cc99086927c83547d50cb07369.tar.gz rtmux-3e2cc2d2c4c443cc99086927c83547d50cb07369.tar.bz2 rtmux-3e2cc2d2c4c443cc99086927c83547d50cb07369.zip |
Alter next-word to have vi-like movement behaviour, and add next-word-end with
the existing emacs behaviour. From Micah Cowan.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -461,6 +461,7 @@ enum mode_key_cmd { MODEKEYCOPY_MIDDLELINE, MODEKEYCOPY_NEXTPAGE, MODEKEYCOPY_NEXTWORD, + MODEKEYCOPY_NEXTWORDEND, MODEKEYCOPY_PREVIOUSPAGE, MODEKEYCOPY_PREVIOUSWORD, MODEKEYCOPY_RIGHT, |