aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2014-03-06 11:50:07 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2014-03-06 11:50:07 +0000
commit8c0edcbfa3bd78bb8adaba13aad29a06d8988de8 (patch)
treeccd88d63c207ccb28a1af76bcc62c28ab863ef75 /tmux.1
parentb7f6356053638188a162df0d1912a6317e9d593d (diff)
downloadrtmux-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.15
1 files changed, 5 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index c9e5815a..4d090522 100644
--- a/tmux.1
+++ b/tmux.1
@@ -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