From 735cfaf09af70df60b90f0b3d64b7d4eb6e34612 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Thu, 28 Jan 2010 22:45:57 +0000 Subject: Sync OpenBSD patchset 621: Alter next-word to have vi-like movement behaviour, and add next-word-end with the existing emacs behaviour. From Micah Cowan. --- tmux.1 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index a38ad1dc..90adcb6f 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.224 2010-01-28 22:41:45 tcunha Exp $ +.\" $Id: tmux.1,v 1.225 2010-01-28 22:45:57 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -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: January 25 2010 $ +.Dd $Mdocdate: January 27 2010 $ .Dt TMUX 1 .Os .Sh NAME @@ -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" -- cgit