* usr/share/byobu/keybindings/f-keys, usr/share/man/man1/byobu.1:

- LP: #797442
  - ctrl-F6 kills this split
  - update docs to reflect reality
This commit is contained in:
Dustin Kirkland 2011-06-15 00:47:09 -05:00
commit f5d10c603d
3 changed files with 8 additions and 2 deletions

4
debian/changelog vendored
View file

@ -5,6 +5,10 @@ byobu (4.12) unreleased; urgency=low
LC_* are passed over SSH by default in Debian/Ubuntu
* usr/lib/byobu/network:
- fix network threshold handling, which was not working properly
* usr/share/byobu/keybindings/f-keys, usr/share/man/man1/byobu.1:
- LP: #797442
- ctrl-F6 kills this split
- update docs to reflect reality
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 12 Jun 2011 23:37:24 -0500

View file

@ -52,6 +52,7 @@ bindkey "^[O1;5Q" eval 'split -v' 'focus down' 'next' 'focus up' 'layout save by
bindkey "^[O1;2R" focus up # shift-F3 | focus up
bindkey "^[O1;2S" focus down # shift-F4 | focus down
bindkey "^[[15;2~" only # shift-F5 | kill all splits
bindkey "^[[17;5~" remove # ctrl-F6 | kill this split
# Hotkeys for splits (tty)
bindkey "^[[26~" eval 'split' 'focus down' 'next' 'focus up' # shift-F2 | horizontal split
@ -59,6 +60,7 @@ bindkey "^[[26~" eval 'split' 'focus down' 'next' 'focus up' # shift-F2 | horiz
bindkey "^[[28~" focus up # shift-F3 | focus up
bindkey "^[[29~" focus down # shift-F4 | focus down
bindkey "^[[31~" only # shift-F5 | kill all splits
# ctrl-F6 | sadly, does not work in tty :-(
# Make it more logical how to enter scrollback
register p "^[[5~"

View file

@ -154,11 +154,11 @@ byobu keybindings can be user defined in /usr/share/byobu/keybindings/ (or withi
\fBshift-F5\fP \- Join all splits
\fBshift-F6\fP \- Remove this split
\fBctrl-F6\fP \- Remove this split
\fBctrl-F5\fP \- Reconnect GPG and SSH sockets
\fBctrl-F6\fP \- Detach, but do not logout
\fBshift-F6\fP \- Detach, but do not logout
\fBalt-pgup\fP \- Enter scrollback mode