mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-19 21:13:19 -07:00
* 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:
parent
dc0947c6c8
commit
f5d10c603d
3 changed files with 8 additions and 2 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -5,6 +5,10 @@ byobu (4.12) unreleased; urgency=low
|
||||||
LC_* are passed over SSH by default in Debian/Ubuntu
|
LC_* are passed over SSH by default in Debian/Ubuntu
|
||||||
* usr/lib/byobu/network:
|
* usr/lib/byobu/network:
|
||||||
- fix network threshold handling, which was not working properly
|
- 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
|
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 12 Jun 2011 23:37:24 -0500
|
||||||
|
|
||||||
|
|
|
@ -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;2R" focus up # shift-F3 | focus up
|
||||||
bindkey "^[O1;2S" focus down # shift-F4 | focus down
|
bindkey "^[O1;2S" focus down # shift-F4 | focus down
|
||||||
bindkey "^[[15;2~" only # shift-F5 | kill all splits
|
bindkey "^[[15;2~" only # shift-F5 | kill all splits
|
||||||
|
bindkey "^[[17;5~" remove # ctrl-F6 | kill this split
|
||||||
|
|
||||||
# Hotkeys for splits (tty)
|
# Hotkeys for splits (tty)
|
||||||
bindkey "^[[26~" eval 'split' 'focus down' 'next' 'focus up' # shift-F2 | horizontal split
|
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 "^[[28~" focus up # shift-F3 | focus up
|
||||||
bindkey "^[[29~" focus down # shift-F4 | focus down
|
bindkey "^[[29~" focus down # shift-F4 | focus down
|
||||||
bindkey "^[[31~" only # shift-F5 | kill all splits
|
bindkey "^[[31~" only # shift-F5 | kill all splits
|
||||||
|
# ctrl-F6 | sadly, does not work in tty :-(
|
||||||
|
|
||||||
# Make it more logical how to enter scrollback
|
# Make it more logical how to enter scrollback
|
||||||
register p "^[[5~"
|
register p "^[[5~"
|
||||||
|
|
|
@ -154,11 +154,11 @@ byobu keybindings can be user defined in /usr/share/byobu/keybindings/ (or withi
|
||||||
|
|
||||||
\fBshift-F5\fP \- Join all splits
|
\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-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
|
\fBalt-pgup\fP \- Enter scrollback mode
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue