chore(tmux): updates to the term mode
I cant really remember what this is doing but it looks like it something to do with terminal colors.
This commit is contained in:
parent
dac5bfa299
commit
74cffd7591
1 changed files with 2 additions and 1 deletions
|
|
@ -19,8 +19,9 @@ bind-key -T copy-mode-vi C-l select-pane -R
|
|||
#
|
||||
# Set color term
|
||||
#
|
||||
set -g default-terminal "xterm-256color"
|
||||
set-option -sg escape-time 10
|
||||
set-option -g default-terminal "xterm-256color"
|
||||
set-option -ga terminal-overrides ",tmux-256color:Tc"
|
||||
|
||||
#
|
||||
# Set long history
|
||||
|
|
|
|||
Loading…
Reference in a new issue