diff options
author | nicm <nicm> | 2016-11-15 09:53:23 +0000 |
---|---|---|
committer | nicm <nicm> | 2016-11-15 09:53:23 +0000 |
commit | 9fe43d6acbc4468e3490f9a93df25b37c7dd18fa (patch) | |
tree | 4f37d06640a084544d270863fe0ac02c3acb7558 /tmux.1 | |
parent | afbf0d42a7776b9431ec8fd3d6f84588dc0e5212 (diff) | |
download | rtmux-9fe43d6acbc4468e3490f9a93df25b37c7dd18fa.tar.gz rtmux-9fe43d6acbc4468e3490f9a93df25b37c7dd18fa.tar.bz2 rtmux-9fe43d6acbc4468e3490f9a93df25b37c7dd18fa.zip |
Add copy-pipe-and-cancel, from Artem Fokin.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1032,6 +1032,7 @@ The following commands are supported in copy mode: .It Li "copy-end-of-line" Ta "D" Ta "C-k" .It Li "copy-line" Ta "" Ta "" .It Li "copy-pipe <command>" Ta "" Ta "" +.It Li "copy-pipe-and-cancel <command>" Ta "" Ta "" .It Li "copy-selection" Ta "" Ta "" .It Li "copy-selection-and-cancel" Ta "Enter" Ta "M-w" .It Li "cursor-down" Ta "j" Ta "Down" |