summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2014-05-13 07:54:20 +0000
committernicm <nicm>2014-05-13 07:54:20 +0000
commitb1a06ef22e54e943d733db8dcc98fe60051c93de (patch)
tree51c54dcc73bec1a7496812eea8876f32c62426c2 /tmux.1
parent3dbacbb62b033c04185fb87da5b0622f0aafee86 (diff)
Add a copy mode key binding to copy to a named buffer. From J Raynor.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.11
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index ae6190e4..397a228b 100644
--- a/tmux.1
+++ b/tmux.1
@@ -849,6 +849,7 @@ The following keys are supported as appropriate for the mode:
.It Sy "Function" Ta Sy "vi" Ta Sy "emacs"
.It Li "Append selection" Ta "A" Ta ""
.It Li "Back to indentation" Ta "^" Ta "M-m"
+.It Li "Copy to named buffer" Ta \&" Ta ""
.It Li "Bottom of history" Ta "G" Ta "M-<"
.It Li "Clear selection" Ta "Escape" Ta "C-g"
.It Li "Copy selection" Ta "Enter" Ta "M-w"