Skip to content

Instantly share code, notes, and snippets.

@bartj3
Created March 25, 2015 11:35
Show Gist options
  • Save bartj3/6d3bd8efd2ceaf02d443 to your computer and use it in GitHub Desktop.
Save bartj3/6d3bd8efd2ceaf02d443 to your computer and use it in GitHub Desktop.
Hide tmux status bar when zoomed in on a pane
bind-key z resize-pane -Z \; if-shell "tmux list-panes -F '#F' | grep -q Z" "set -g status off" "set -g status on"
@codedeeply
Copy link

The modified version still works; thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment