Add color and mouse to tmux config
This commit is contained in:
parent
6cd2348890
commit
88ea8296a8
1 changed files with 4 additions and 0 deletions
|
@ -6,3 +6,7 @@ bind h select-pane -R
|
||||||
bind j select-pane -D
|
bind j select-pane -D
|
||||||
bind k select-pane -U
|
bind k select-pane -U
|
||||||
bind l select-pane -L
|
bind l select-pane -L
|
||||||
|
|
||||||
|
set -g mouse on
|
||||||
|
set -g status-bg '#3f3f3f'
|
||||||
|
set -g status-fg '#ddddff'
|
||||||
|
|
Loading…
Reference in a new issue