added to nvim/init.vim Ctrl+x command that unhighlights search results
This commit is contained in:
parent
8d6b940997
commit
e717d21e61
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ let g:NERDCreateDefaultMappings = 1
|
|||
" Toggle NERDCommenter with Ctrl + c
|
||||
:map <C-c> <Plug>NERDCommenterToggle
|
||||
|
||||
" Add spaces after comment delimiters by default
|
||||
" Add spaces after NerdCommenter delimiters by default
|
||||
let g:NERDSpaceDelims = 1
|
||||
|
||||
" <Ctrl-x> redraws the screen and removes any search highlighting
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue