From fb8e7a0c81ee436574ff5ca322e2aef4c8312fb5 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Mon, 31 Aug 2015 09:14:17 -0500 Subject: [PATCH] * usr/share/byobu/keybindings/f-keys.tmux.disable: LP: #1453037 - ensure that we source user's keybindings --- debian/changelog | 2 ++ usr/share/byobu/keybindings/f-keys.tmux.disable | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4ca0ee73..5a39168a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ byobu (5.95) unreleased; urgency=medium - byobu -h|--help enters manpage * usr/bin/byobu-shell.in: LP: #1458941 - find the motd + * usr/share/byobu/keybindings/f-keys.tmux.disable: LP: #1453037 + - ensure that we source user's keybindings [ Fortunato Ventre ] * usr/lib/byobu/include/constants: diff --git a/usr/share/byobu/keybindings/f-keys.tmux.disable b/usr/share/byobu/keybindings/f-keys.tmux.disable index 3172d5d2..f1026606 100644 --- a/usr/share/byobu/keybindings/f-keys.tmux.disable +++ b/usr/share/byobu/keybindings/f-keys.tmux.disable @@ -78,7 +78,7 @@ unbind-key -n C-F9 unbind-key -n M-F11 unbind-key -n C-F11 unbind-key -n S-F11 -bind-key -n S-F12 source $BYOBU_PREFIX/share/byobu/keybindings/f-keys.tmux \; display-message "Byobu F-keys: ENABLED" +bind-key -n S-F12 source $BYOBU_PREFIX/share/byobu/keybindings/f-keys.tmux \; source $HOME/.byobu/keybindings.tmux \; display-message "Byobu F-keys: ENABLED" unbind-key -n M-F12 unbind-key -n C-S-F12 unbind-key -n M-IC