aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
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.1
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.1')
-rw-r--r--tmux.13
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index e78e837f..84344fbb 100644
--- a/tmux.1
+++ b/tmux.1
@@ -555,7 +555,8 @@ The following keys are supported as appropriate for the mode:
.It Li "Half page down" Ta "C-d" Ta "M-Down"
.It Li "Half page up" Ta "C-u" Ta "M-Up"
.It Li "Next page" Ta "C-f" Ta "Page down"
-.It Li "Next word" Ta "w" Ta "M-f"
+.It Li "Next word" Ta "w" Ta ""
+.It Li "Next word end" Ta "e" Ta "M-f"
.It Li "Paste buffer" Ta "p" Ta "C-y"
.It Li "Previous page" Ta "C-b" Ta "Page up"
.It Li "Previous word" Ta "b" Ta "M-b"