diff --git a/.tmux.conf b/.tmux.conf index ef287b05..ba1a7d99 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -16,6 +16,12 @@ set -g mouse on # Toggle bottom status bar with Ctrl-x + z bind-key z set -g status +# Stylize tmux +set -g status-style 'bg=colour4 dim' +#panes +set -g pane-border-style "fg=colour4" +set -g pane-active-border-style 'fg=colour4' + # Navigate tmux panes with Vim style navigation Ctrl-x + hjkl bind h select-pane -L bind j select-pane -D