Created
September 18, 2018 16:07
-
-
Save ssoriche/79e800cc96162f6aa8d5cc553105e087 to your computer and use it in GitHub Desktop.
Using F12 to toggle top most bindings with nested TMUX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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