Remove term conditional

This commit is contained in:
David Holland 2020-03-25 14:33:32 +01:00
parent 21d5a93e4d
commit 2832c69751
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
1 changed files with 0 additions and 6 deletions

View File

@ -14,12 +14,6 @@ if g:platform ==? "linux"
set notermguicolors
autocmd ColorScheme dracula hi Visual cterm=reverse
if $TERM ==? "linux"
" let &t_SI = "\<esc>[5 q" " blinking I-beam in insert mode
" let &t_SR = "\<esc>[3 q" " blinking underline in replace mode
" let &t_EI = "\<esc>[ q" " default cursor (usually blinking block) otherwise
endif
endif
elseif g:platform ==? "xterm"
set notermguicolors