Use standard name for customized terminfo

pull/1/head
Ensar Sarajčić 2021-02-05 09:40:35 +01:00
parent e6546e7768
commit 5b3fc5ae03
2 changed files with 3 additions and 1 deletions

View File

@ -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,
use=xterm-256color,

View File

@ -128,3 +128,5 @@ if &term =~ '256color'
" render properly when inside 256-color tmux and GNU screen.
set t_ut=
endif
highlight Comment cterm=italic