From e4840cfe84bf7913d51e404b0ea83c4e9e55de53 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Wed, 8 Dec 2010 08:56:20 -0600 Subject: [PATCH] usr/share/byobu/keybindings/f-keys, usr/share/byobu/keybindings/screen-escape-keys: drop the -k arg to bindkey, doesn't seem to be working --- debian/changelog | 6 ++++-- usr/share/byobu/keybindings/f-keys | 16 ++++++++-------- usr/share/byobu/keybindings/screen-escape-keys | 12 ++++++------ 3 files changed, 18 insertions(+), 16 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1544a238..e492907f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ byobu (3.16) unreleased; urgency=low - * UNRELEASED + * usr/share/byobu/keybindings/f-keys, + usr/share/byobu/keybindings/screen-escape-keys: drop the -k arg to + bindkey, doesn't seem to be working - -- Dustin Kirkland Tue, 07 Dec 2010 22:19:49 -0600 + -- Dustin Kirkland Wed, 08 Dec 2010 08:55:57 -0600 byobu (3.15-0ubuntu1) natty; urgency=low diff --git a/usr/share/byobu/keybindings/f-keys b/usr/share/byobu/keybindings/f-keys index 85287e58..49e501de 100644 --- a/usr/share/byobu/keybindings/f-keys +++ b/usr/share/byobu/keybindings/f-keys @@ -42,16 +42,16 @@ register s "^a[g G$>^h" # Goes with ^a~ definition bind ~ eval 'process s' 'exec sed -i -e "/./,/^$/!d" /var/run/screen/S-$USER/byobu-exchange' 'echo "See: /var/run/screen/S-$USER/byobu-exchange"' # ctrl-a ~ | write the buffer to file # Hotkeys for splits -bindkey -k "^[O1;2Q" split # shift-F2 | horizontal split -bindkey -k "^[O1;5Q" split -v # ctrl-F2 | vertical split -bindkey -k "^[O1;2R" focus up # shift-F3 | focus up -bindkey -k "^[O1;2S" focus down # shift-F4 | focus down -bindkey -k "^[[15;2~" only # shift-F5 | kill all splits -bindkey -k "^[[17;2~" remove # shift-F6 | kill this split +bindkey "^[O1;2Q" split # shift-F2 | horizontal split +bindkey "^[O1;5Q" split -v # ctrl-F2 | vertical split +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;2~" remove # shift-F6 | kill this split # Make it more logical how to enter scrollback -bindkey -k "^[[5;3~" copy # alt-pageup | scrollback -bindkey -k "^[[6;3~" copy # alt-pageup | scrollback +bindkey "^[[5;3~" copy # alt-pageup | scrollback +bindkey "^[[6;3~" copy # alt-pageup | scrollback # toggle f-key keybindings off register d "^a:source $BYOBU_PREFIX/share/byobu/keybindings/screen-escape-keys^M" diff --git a/usr/share/byobu/keybindings/screen-escape-keys b/usr/share/byobu/keybindings/screen-escape-keys index e0bd0f77..d03343db 100644 --- a/usr/share/byobu/keybindings/screen-escape-keys +++ b/usr/share/byobu/keybindings/screen-escape-keys @@ -30,12 +30,12 @@ bindkey -k k7 bindkey -k k8 bindkey -k k9 bindkey -k F2 -bindkey -k "^[O1;2Q" -bindkey -k "^[O1;5Q" -bindkey -k "^[O1;2R" -bindkey -k "^[O1;2S" -bindkey -k "^[[15;2~" -bindkey -k "^[[17;2~" +bindkey "^[O1;2Q" +bindkey "^[O1;5Q" +bindkey "^[O1;2R" +bindkey "^[O1;2S" +bindkey "^[[15;2~" +bindkey "^[[17;2~" # Use the following sequences for byobu functionality # SEQUENCE ACTION F-Key equivalent