aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-01-27 20:18:52 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-01-27 20:18:52 +0000
commit3e2cc2d2c4c443cc99086927c83547d50cb07369 (patch)
tree04659de8714138a80760c733c0f962c3c3faf55f /tmux.h
parentba6dedbbbdf38e962b819a5ce085354a831c9204 (diff)
downloadrtmux-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 54ed91a0..84784757 100644
--- a/tmux.h
+++ b/tmux.h
@@ -461,6 +461,7 @@ enum mode_key_cmd {
MODEKEYCOPY_MIDDLELINE,
MODEKEYCOPY_NEXTPAGE,
MODEKEYCOPY_NEXTWORD,
+ MODEKEYCOPY_NEXTWORDEND,
MODEKEYCOPY_PREVIOUSPAGE,
MODEKEYCOPY_PREVIOUSWORD,
MODEKEYCOPY_RIGHT,