breaking: change neovim keybindings

highlight turnoff is now <leader>h (was <leader>q)
This commit is contained in:
swytch 2020-06-18 23:45:01 +02:00
parent f70217fa19
commit 7b4e40c4e2
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ noremap <leader>n :bn<CR>
noremap <leader>b :bp<CR>
" Clear the search highlight
noremap <leader>q :nohl<CR>
noremap <leader>h :nohl<CR>
" Make use of xclipboard
nnoremap <leader>v "+p