* usr/share/byobu/keybindings/f-keys.tmux.disable: LP: #1453037

- ensure that we source user's keybindings
This commit is contained in:
Dustin Kirkland 2015-08-31 09:14:17 -05:00
commit fb8e7a0c81
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View file

@ -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:

View file

@ -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