diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-29 07:22:00 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-29 07:22:00 +0000 |
commit | cfb611e95a2d919369d9ca187a353dca801fd20d (patch) | |
tree | 3ac36c0312305937d8b31d287fd71df595dcba0d | |
parent | d90d646ca8e7ff6f97e9d11a2d746e217c7a3dcc (diff) | |
download | rtmux-cfb611e95a2d919369d9ca187a353dca801fd20d.tar.gz rtmux-cfb611e95a2d919369d9ca187a353dca801fd20d.tar.bz2 rtmux-cfb611e95a2d919369d9ca187a353dca801fd20d.zip |
Document next/prev word.
-rw-r--r-- | TODO | 1 | ||||
-rw-r--r-- | tmux.1 | 14 |
2 files changed, 11 insertions, 4 deletions
@@ -51,7 +51,6 @@ - document zombie windows - document buffer stuff -- document next/prev word - commands: save-buffer -b number filename load-buffer -b number filename copy-buffer -s src-session -t dst-session -a src-index -b dst-index @@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.45 2008-06-27 17:24:16 nicm Exp $ +.\" $Id: tmux.1,v 1.46 2008-06-29 07:22:00 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -240,8 +240,16 @@ style .Ql 0 and .Ql $ -keys) move to the start and end of the line; the space key begins a selection; -and the enter key or +keys) move to the start and end of the line; +.Ql M-f +or +.Ql w +moves the cursor forward one word; +.Ql M-b +or +.Ql b +moves the cursor backward one word; the space key begins a selection; and the +enter key or .Ql C-w copies the selection to the paste buffer and exits copy mode. .Pp |