diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2014-03-06 11:50:07 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2014-03-06 11:50:07 +0000 |
commit | 8c0edcbfa3bd78bb8adaba13aad29a06d8988de8 (patch) | |
tree | ccd88d63c207ccb28a1af76bcc62c28ab863ef75 /tmux.1 | |
parent | b7f6356053638188a162df0d1912a6317e9d593d (diff) | |
download | rtmux-8c0edcbfa3bd78bb8adaba13aad29a06d8988de8.tar.gz rtmux-8c0edcbfa3bd78bb8adaba13aad29a06d8988de8.tar.bz2 rtmux-8c0edcbfa3bd78bb8adaba13aad29a06d8988de8.zip |
Add setb -a to append and a copy mode append command, from J Raynor with minor
changes.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -855,6 +855,7 @@ option). The following keys are supported as appropriate for the mode: .Bl -column "FunctionXXXXXXXXXXXXXXXXX" "viXXXXXXXXXX" "emacs" -offset indent .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 "Bottom of history" Ta "G" Ta "M-<" .It Li "Clear selection" Ta "Escape" Ta "C-g" @@ -3548,12 +3549,16 @@ The .Fl a option appends to rather than overwriting the file. .It Xo Ic set-buffer +.Op Fl a .Op Fl b Ar buffer-index .Ar data .Xc .D1 (alias: Ic setb ) Set the contents of the specified buffer to .Ar data . +The +.Fl a +option appends to rather than overwriting the buffer. .It Xo Ic show-buffer .Op Fl b Ar buffer-index .Xc |