vim:vimrc.d:*: Use " instead of # in header lines

This commit is contained in:
2021-07-13 16:52:42 +02:00
parent 0dfff846c2
commit 8c37dc2316
7 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
" Keybindings ##################################################################
" Keybindings """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Stop highlighting search result when pressing Return
nnoremap <silent> <CR> :nohlsearch<CR><CR>