styled tmux some
This commit is contained in:
parent
b25e12ec52
commit
8eb5f69914
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue