Fix F-KEY disable

When you use `~/.config/byobu` instead of `~/.byobu`, `Shift+F12` did not work
correctly.
This commit is contained in:
Louis Royer 2022-04-06 20:18:50 +02:00
commit 51bd5ff7b3
No known key found for this signature in database
GPG key ID: DCDDAB6B0DB85D88

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 \; source $HOME/.byobu/keybindings.tmux \; display-message "Byobu F-keys: ENABLED"
bind-key -n S-F12 source $BYOBU_PREFIX/share/byobu/keybindings/f-keys.tmux \; source $BYOBU_CONFIG_DIR/keybindings.tmux \; display-message "Byobu F-keys: ENABLED"
unbind-key -n M-F12
unbind-key -n C-S-F12
unbind-key -n M-IC