aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2011-12-04 16:18:01 +0000
committerNicholas Marriott <nicm@openbsd.org>2011-12-04 16:18:01 +0000
commite04d13f6a6591351b1184e7801604137f6a72b1d (patch)
tree83de65b4429f6db3a2f508af5d3002fb4f5444d3 /tmux.1
parentc44d2d854fb2d7ed305b14d9a57b1da1c45e425c (diff)
downloadrtmux-e04d13f6a6591351b1184e7801604137f6a72b1d.tar.gz
rtmux-e04d13f6a6591351b1184e7801604137f6a72b1d.tar.bz2
rtmux-e04d13f6a6591351b1184e7801604137f6a72b1d.zip
Support "jump to" like vi in copy mode using t and T keys. Also add x
and X for delete in edit mode. From Ben Boeckel, thanks.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.12
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index 5e5fd751..29a2a92d 100644
--- a/tmux.1
+++ b/tmux.1
@@ -803,7 +803,9 @@ 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 "Jump forward" Ta "f" Ta "f"
+.It Li "Jump to forward" Ta "t" Ta ""
.It Li "Jump backward" Ta "F" Ta "F"
+.It Li "Jump to backward" Ta "T" Ta ""
.It Li "Jump again" Ta ";" Ta ";"
.It Li "Jump again in reverse" Ta "," Ta ","
.It Li "Next page" Ta "C-f" Ta "Page down"