Skip to content

Commit db00792

Browse files
committed
Fix F-KEY disable
When you use `~/.config/byobu` instead of `~/.byobu`, `Shift+F12` did not work correctly.
1 parent bfb7a76 commit db00792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usr/share/byobu/keybindings/f-keys.tmux.disable

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ unbind-key -n C-F9
7878
unbind-key -n M-F11
7979
unbind-key -n C-F11
8080
unbind-key -n S-F11
81-
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"
81+
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"
8282
unbind-key -n M-F12
8383
unbind-key -n C-S-F12
8484
unbind-key -n M-IC

0 commit comments

Comments
 (0)