Created
March 25, 2015 11:35
-
-
Save bartj3/6d3bd8efd2ceaf02d443 to your computer and use it in GitHub Desktop.
Hide tmux status bar when zoomed in on a pane
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-key z resize-pane -Z \; if-shell "tmux list-panes -F '#F' | grep -q Z" "set -g status off" "set -g status on" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The modified version still works; thank you!