Add a copy mode key binding to copy to a named buffer. From J Raynor.

This commit is contained in:
nicm
2014-05-13 07:54:20 +00:00
parent 3dbacbb62b
commit b1a06ef22e
4 changed files with 18 additions and 2 deletions

1
tmux.1
View File

@ -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"