styled tmux some

This commit is contained in:
tomit4 2022-03-26 11:51:43 -07:00
parent b25e12ec52
commit 8eb5f69914

View file

@ -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