changed terminal type
This commit is contained in:
parent
870e351557
commit
b9db184a09
|
@ -1,5 +1,6 @@
|
||||||
set -g default-terminal screen-256color
|
# set -g default-terminal screen-256color
|
||||||
# set -g default-terminal "tmux-256color"
|
# set -g default-terminal tmux-256color
|
||||||
|
set -g default-terminal xterm-256color
|
||||||
set -ga terminal-overrides ",*256col*:Tc"
|
set -ga terminal-overrides ",*256col*:Tc"
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
bind r source-file ~/.tmux.conf \; display "Reloaded!"
|
bind r source-file ~/.tmux.conf \; display "Reloaded!"
|
||||||
|
|
Loading…
Reference in New Issue