Use the tmux-256color terminal name
This commit is contained in:
parent
8a1b75ac03
commit
8a6f281ffa
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ bind-key R source-file "${HOME}/.tmux.conf"
|
||||||
bind-key S command-prompt -p "Move to:" "swap-pane -s. -t%1 \; select-pane -t%1"
|
bind-key S command-prompt -p "Move to:" "swap-pane -s. -t%1 \; select-pane -t%1"
|
||||||
set-option -g base-index 1
|
set-option -g base-index 1
|
||||||
set-option -g default-command "$SHELL"
|
set-option -g default-command "$SHELL"
|
||||||
set-option -g default-terminal "screen-256color"
|
set-option -g default-terminal "tmux-256color"
|
||||||
set-option -g display-panes-time 5000
|
set-option -g display-panes-time 5000
|
||||||
set-option -g mouse on
|
set-option -g mouse on
|
||||||
set-option -g pane-base-index 1
|
set-option -g pane-base-index 1
|
||||||
|
|
Loading…
Reference in a new issue