Termguicolors
This commit is contained in:
parent
1cf33dd220
commit
c896a73fbc
2 changed files with 2 additions and 5 deletions
|
|
@ -35,7 +35,8 @@ setw -g window-status-format ' #I#[fg=colour0] #[fg=colour0]#W '
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
|
|
||||||
# Terminal colors
|
# Terminal colors
|
||||||
set -g default-terminal "screen-256color"
|
set -g default-terminal "xterm-256color"
|
||||||
|
set-option -ga terminal-overrides ",xterm-256color:Tc"
|
||||||
|
|
||||||
set-option -ga update-environment "DISPLAY SSH_ASKPASS SSH_AGENT_PID \
|
set-option -ga update-environment "DISPLAY SSH_ASKPASS SSH_AGENT_PID \
|
||||||
SSH_CONNECTION WINDOWID XAUTHORITY"
|
SSH_CONNECTION WINDOWID XAUTHORITY"
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@ filetype plugin on
|
||||||
set autoindent
|
set autoindent
|
||||||
filetype indent on
|
filetype indent on
|
||||||
|
|
||||||
|
|
||||||
"Fix different locale settings when ssh'ing
|
"Fix different locale settings when ssh'ing
|
||||||
set encoding=utf-8
|
set encoding=utf-8
|
||||||
|
|
||||||
|
|
@ -45,9 +44,6 @@ set backspace=2
|
||||||
" Vim & Tmux background color fix
|
" Vim & Tmux background color fix
|
||||||
set t_ut=
|
set t_ut=
|
||||||
|
|
||||||
" 256 colors support, set it before colorscheme!
|
|
||||||
"set t_Co=256
|
|
||||||
|
|
||||||
" Light colorscheme by default
|
" Light colorscheme by default
|
||||||
colorscheme greygull
|
colorscheme greygull
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue