diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2010-02-06 17:35:01 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2010-02-06 17:35:01 +0000 |
commit | 3ef3802629ffea0bad310e662e52db46763dd582 (patch) | |
tree | 93fced61f4d9eab6ead49bf3c4cd9023a6ee3942 /tmux.1 | |
parent | 8aba77b7be489a93dc843d7ef4378bd73b5385b1 (diff) | |
download | rtmux-3ef3802629ffea0bad310e662e52db46763dd582.tar.gz rtmux-3ef3802629ffea0bad310e662e52db46763dd582.tar.bz2 rtmux-3ef3802629ffea0bad310e662e52db46763dd582.zip |
Rectangle copy support, from Robin Lee Powell.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |