fmux/f-keys.disable
2018-01-14 04:28:57 +00:00

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"