tmux.conf: screen-256color -> xterm-256color
This commit is contained in:
parent
c611b6d4ab
commit
5d74e4c625
|
@ -12,7 +12,7 @@ bind + resize-pane -U 10
|
|||
bind : command-prompt
|
||||
# vi-style controls for copy mode
|
||||
setw -g mode-keys vi
|
||||
set -g default-terminal "screen-256color"
|
||||
set -g default-terminal "xterm-256color"
|
||||
|
||||
bind-key R respawn-window
|
||||
|
||||
|
|
Loading…
Reference in New Issue