diff options
author | Tiago Cunha <tcunha@gmx.com> | 2010-02-08 18:13:17 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2010-02-08 18:13:17 +0000 |
commit | 3c37b0927269819945c0520a8eeb79a2a67ec1c5 (patch) | |
tree | 795d3b529320fee37e83d192f9ef58c4ac61bf9e /tmux.1 | |
parent | a32d095c97177eaa7ba7d2a3c723df1b878e9922 (diff) | |
download | rtmux-3c37b0927269819945c0520a8eeb79a2a67ec1c5.tar.gz rtmux-3c37b0927269819945c0520a8eeb79a2a67ec1c5.tar.bz2 rtmux-3c37b0927269819945c0520a8eeb79a2a67ec1c5.zip |
Sync OpenBSD patchset 636:
Rectangle copy support, from Robin Lee Powell.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.228 2010-02-05 01:34:08 tcunha Exp $ +.\" $Id: tmux.1,v 1.229 2010-02-08 18:13:17 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: February 4 2010 $ +.Dd $Mdocdate: February 6 2010 $ .Dt TMUX 1 .Os .Sh NAME @@ -564,6 +564,7 @@ The following keys are supported as appropriate for the mode: .It Li "Previous word" Ta "b" Ta "M-b" .It Li "Previous space" Ta "B" Ta "" .It Li "Quit mode" Ta "q" Ta "Escape" +.It Li "Rectangle toggle" Ta "v" Ta "R" .It Li "Scroll down" Ta "C-Down or C-e" Ta "C-Down" .It Li "Scroll up" Ta "C-Up or C-y" Ta "C-Up" .It Li "Search again" Ta "n" Ta "n" |