diff options
author | nicm <nicm> | 2021-01-22 10:24:52 +0000 |
---|---|---|
committer | nicm <nicm> | 2021-01-22 10:24:52 +0000 |
commit | bba71f696f49cdd3f70eaea12fd3a34c407a5aa3 (patch) | |
tree | ca94be97f3104d8af2e42988b5b6735fffada8fb /tmux.1 | |
parent | 8d185395e479d8e7792a56bc61415bef640cf4b7 (diff) | |
download | rtmux-bba71f696f49cdd3f70eaea12fd3a34c407a5aa3.tar.gz rtmux-bba71f696f49cdd3f70eaea12fd3a34c407a5aa3.tar.bz2 rtmux-bba71f696f49cdd3f70eaea12fd3a34c407a5aa3.zip |
Add rectangle-on and rectangle-off copy mode commands, GitHub isse 2546
from author at will dot party.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1657,6 +1657,8 @@ The following commands are supported in copy mode: .It Li "previous-paragraph" Ta "{" Ta "M-{" .It Li "previous-space" Ta "B" Ta "" .It Li "previous-word" Ta "b" Ta "M-b" +.It Li "rectangle-on" Ta "" Ta "" +.It Li "rectangle-off" Ta "" Ta "" .It Li "rectangle-toggle" Ta "v" Ta "R" .It Li "refresh-from-pane" Ta "r" Ta "r" .It Li "scroll-down" Ta "C-e" Ta "C-Down" |