nvim: Disable highlights on pressing esc
This commit is contained in:
parent
7f46540937
commit
156b1bd4a6
@ -8,3 +8,5 @@ autocmd InsertLeave * hi StatusLine cterm=italic
|
||||
|
||||
highlight LineNr ctermfg=grey
|
||||
highlight EndOfBuffer ctermfg=black ctermbg=black
|
||||
|
||||
nnoremap <esc> :noh<return><esc>
|
||||
|
Loading…
Reference in New Issue
Block a user