Update default tmux TERM to support 256 colors
This commit is contained in:
parent
4ae002b097
commit
8bae76f8e2
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
set-option -g prefix C-b # default
|
set-option -g prefix C-b # default
|
||||||
set-window-option -g mode-keys vi
|
set-window-option -g mode-keys vi
|
||||||
|
|
||||||
|
set -g default-terminal "screen-256color"
|
||||||
|
|
||||||
bind r source-file ~/.tmux.conf
|
bind r source-file ~/.tmux.conf
|
||||||
|
|
||||||
bind h select-pane -R
|
bind h select-pane -R
|
||||||
|
|
Loading…
Reference in a new issue