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