Use standard name for customized terminfo
parent
e6546e7768
commit
5b3fc5ae03
|
@ -1,3 +1,3 @@
|
||||||
alacritty|xterm with 256 colors and italic,
|
xterm-256color|xterm with 256 colors and italic,
|
||||||
sitm=\E[3m, ritm=\E[23m,
|
sitm=\E[3m, ritm=\E[23m,
|
||||||
use=xterm-256color,
|
use=xterm-256color,
|
||||||
|
|
|
@ -128,3 +128,5 @@ if &term =~ '256color'
|
||||||
" render properly when inside 256-color tmux and GNU screen.
|
" render properly when inside 256-color tmux and GNU screen.
|
||||||
set t_ut=
|
set t_ut=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
highlight Comment cterm=italic
|
||||||
|
|
Loading…
Reference in New Issue