Skip to content

Instantly share code, notes, and snippets.

View bartj3's full-sized avatar

Bart van Zon bartj3

View GitHub Profile
@bartj3
bartj3 / .tmux.conf
Created March 25, 2015 11:35
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"