8 lines
300 B
Text
8 lines
300 B
Text
# disable fmux keybindings (actually, it disables everything.)
|
|
unbind-key -a
|
|
|
|
# this bit enables re-enabling with Shift-F12 (same as byobu)
|
|
# in fact, this whole concept is ripped wholesale, with love, from byobu
|
|
|
|
bind-key -n S-F12 source $HOME/fmux/f-keys \; display-message "fmux F-keys: ENABLED"
|
|
|