aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2011-12-06 18:50:26 +0000
committerTiago Cunha <tcunha@gmx.com>2011-12-06 18:50:26 +0000
commit76862acf3e8ebd3573c1b9415b32731891e5545a (patch)
tree24481623a205304b690123c9862d48a9ad7ae680 /tmux.1
parentf308663ad419ab14766892bb3f26a2aaedddc24a (diff)
downloadrtmux-76862acf3e8ebd3573c1b9415b32731891e5545a.tar.gz
rtmux-76862acf3e8ebd3573c1b9415b32731891e5545a.tar.bz2
rtmux-76862acf3e8ebd3573c1b9415b32731891e5545a.zip
Sync OpenBSD patchset 986:
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.14
1 files changed, 3 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index cbe80629..4c2a8866 100644
--- a/tmux.1
+++ b/tmux.1
@@ -14,7 +14,7 @@
.\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
.\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: November 15 2011 $
+.Dd $Mdocdate: December 4 2011 $
.Dt TMUX 1
.Os
.Sh NAME
@@ -807,7 +807,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"