mirror of
https://github.com/dustinkirkland/byobu
synced 2025-07-06 04:52:12 -07:00
Merge pull request #61 from tik0/master
Replace $HOME/.byobu by $BYOBU_CONFIG_DIR
This commit is contained in:
commit
f91b8164af
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue