mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 05:53:22 -07:00
* usr/share/byobu/keybindings/f-keys.tmux.disable: LP: #1453037
- ensure that we source user's keybindings
This commit is contained in:
parent
5165d8cb2e
commit
fb8e7a0c81
2 changed files with 3 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue