mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-14 10:46:58 -07:00
* 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
This commit is contained in:
parent
3aaa914c97
commit
8b8fa7e135
4 changed files with 11 additions and 0 deletions
5
debian/changelog
vendored
5
debian/changelog
vendored
|
@ -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 <kirkland@ubuntu.com> Fri, 18 Nov 2011 15:41:36 -0600
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue