aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2010-01-28 22:45:57 +0000
committerTiago Cunha <tcunha@gmx.com>2010-01-28 22:45:57 +0000
commit735cfaf09af70df60b90f0b3d64b7d4eb6e34612 (patch)
tree2eeb4a0f29413fb53e1d9fd661fc6ab8ca6f5091 /tmux.1
parent0e320881d50efea3e4036c4a769cf2224dcc315e (diff)
downloadrtmux-735cfaf09af70df60b90f0b3d64b7d4eb6e34612.tar.gz
rtmux-735cfaf09af70df60b90f0b3d64b7d4eb6e34612.tar.bz2
rtmux-735cfaf09af70df60b90f0b3d64b7d4eb6e34612.zip
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.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.17
1 files changed, 4 insertions, 3 deletions
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 <nicm@users.sourceforge.net>
.\"
@@ -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"