vimrc: set updatetime to 250
This commit is contained in:
parent
74cab9d50c
commit
0b2c03c633
@ -475,7 +475,7 @@ set encoding=utf-8 " important for powerline besides others
|
||||
set ignorecase " searches are case insensitive...
|
||||
set smartcase " ... unless they contain at least one capital letter
|
||||
set noscrollbind
|
||||
set updatetime=1000
|
||||
set updatetime=250
|
||||
|
||||
" no background from colorscheme as it messes with background transparency in kitty
|
||||
autocmd ColorScheme * highlight Normal ctermbg=NONE guibg=NONE
|
||||
|
Loading…
Reference in New Issue
Block a user