diff --git a/debian/changelog b/debian/changelog index 9b045eb0..47127a3f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,11 @@ byobu (4.50) unreleased; urgency=low wget from a cache file; if this succeeds, proceed and use it - if not, fail through gracefully, and pick up the results from the cach file on the next run + * usr/share/byobu/keybindings/f-keys.tmux, + usr/share/byobu/keybindings/f-keys.tmux.disable, + usr/share/man/man1/byobu.1: LP: #888248 + - add Alt-Insert in tmux for "paste" + - document scrollback/copy/paste procedures -- Dustin Kirkland Fri, 18 Nov 2011 15:41:36 -0600 diff --git a/usr/share/byobu/keybindings/f-keys.tmux b/usr/share/byobu/keybindings/f-keys.tmux index 39151a12..e840915a 100644 --- a/usr/share/byobu/keybindings/f-keys.tmux +++ b/usr/share/byobu/keybindings/f-keys.tmux @@ -66,3 +66,4 @@ bind-key -n C-F11 join-pane -h -s :. -t :-1 bind-key -n S-F11 join-pane -v -s :. -t :-1 bind-key -n S-F12 source $BYOBU_PREFIX/share/byobu/keybindings/f-keys.tmux.disable bind-key -n C-S-F12 new-window /usr/lib/byobu/include/mondrian +bind-key -n M-IC paste-buffer diff --git a/usr/share/byobu/keybindings/f-keys.tmux.disable b/usr/share/byobu/keybindings/f-keys.tmux.disable index fdd2b741..561c0184 100644 --- a/usr/share/byobu/keybindings/f-keys.tmux.disable +++ b/usr/share/byobu/keybindings/f-keys.tmux.disable @@ -62,3 +62,4 @@ unbind-key -n C-F11 unbind-key -n S-F11 bind-key -n S-F12 source $BYOBU_PREFIX/share/byobu/keybindings/f-keys.tmux unbind-key -n C-S-F12 +unbind-key -n M-IC diff --git a/usr/share/man/man1/byobu.1 b/usr/share/man/man1/byobu.1 index 39711c4e..060d09d9 100644 --- a/usr/share/man/man1/byobu.1 +++ b/usr/share/man/man1/byobu.1 @@ -178,6 +178,10 @@ byobu keybindings can be user defined in /usr/share/byobu/keybindings/ (or withi \fBCtrl-a ~\fP \- Save the current window's scrollback buffer +.SH "SCROLLBACK, COPY, PASTE MODES" + +Each window in Byobu has up to 10,000 lines of scrollback history, which you can enter and navigate using the \fBalt-pgup\fP and \fBalt-pgdn\fP keys. Exit this scrollback mode by hitting \fBenter\fP. You can also easily copy and paste text from scrollback mode. To do so, enter scrollback using \fBalt-pgup\fP or \fBalt-pgdn\fP, press the \fBspacebar\fP to start highlighting text, use \fBup/down/left/right/pgup/pgdn\fP to select the text, and press \fBenter\fP to copy the text. You can then paste the text using \fBalt-insert\fP or \fBctrl-a-]\fP. + .SH "BUGS" For Byobu colors to work properly, older versions of GNU Screen require a 1-line patch to adjust MAX_WINMSG_REND in screen.c. The change is in GNU Screen's upstream source control system as of 2010-01-26, but GNU Screen has not released a new upstream version in several years. You can disable colors entirely by setting MONOCHROME=1 in \fI$BYOBU_CONFIG_DIR/statusrc\fP. For more information, see: