Skip to content

Instantly share code, notes, and snippets.

@ssoriche
Created September 18, 2018 16:07
Show Gist options
  • Save ssoriche/79e800cc96162f6aa8d5cc553105e087 to your computer and use it in GitHub Desktop.
Save ssoriche/79e800cc96162f6aa8d5cc553105e087 to your computer and use it in GitHub Desktop.
Using F12 to toggle top most bindings with nested TMUX
bind -T root F12 \
set prefix None \;\
set key-table off \;\
refresh-client -S
bind -T off F12 \
set -u prefix \;\
set -u key-table \;\
refresh-client -S
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment