aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2021-01-22 10:24:52 +0000
committernicm <nicm>2021-01-22 10:24:52 +0000
commitbba71f696f49cdd3f70eaea12fd3a34c407a5aa3 (patch)
treeca94be97f3104d8af2e42988b5b6735fffada8fb /tmux.1
parent8d185395e479d8e7792a56bc61415bef640cf4b7 (diff)
downloadrtmux-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.12
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index 8c812f38..160e6a92 100644
--- a/tmux.1
+++ b/tmux.1
@@ -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"