From f5d10c603d6343da3a3ded758237224f7a9798c4 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Wed, 15 Jun 2011 00:47:09 -0500 Subject: [PATCH] * usr/share/byobu/keybindings/f-keys, usr/share/man/man1/byobu.1: - LP: #797442 - ctrl-F6 kills this split - update docs to reflect reality --- debian/changelog | 4 ++++ usr/share/byobu/keybindings/f-keys | 2 ++ usr/share/man/man1/byobu.1 | 4 ++-- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index b72e0c8e..1dba5793 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 12 Jun 2011 23:37:24 -0500 diff --git a/usr/share/byobu/keybindings/f-keys b/usr/share/byobu/keybindings/f-keys index 93d25a72..4c17174d 100644 --- a/usr/share/byobu/keybindings/f-keys +++ b/usr/share/byobu/keybindings/f-keys @@ -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~" diff --git a/usr/share/man/man1/byobu.1 b/usr/share/man/man1/byobu.1 index 3be094ca..c62d5b35 100644 --- a/usr/share/man/man1/byobu.1 +++ b/usr/share/man/man1/byobu.1 @@ -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