breaking: change neovim keybindings
highlight turnoff is now <leader>h (was <leader>q)
This commit is contained in:
parent
f70217fa19
commit
7b4e40c4e2
@ -153,7 +153,7 @@ noremap <leader>n :bn<CR>
|
|||||||
noremap <leader>b :bp<CR>
|
noremap <leader>b :bp<CR>
|
||||||
|
|
||||||
" Clear the search highlight
|
" Clear the search highlight
|
||||||
noremap <leader>q :nohl<CR>
|
noremap <leader>h :nohl<CR>
|
||||||
|
|
||||||
" Make use of xclipboard
|
" Make use of xclipboard
|
||||||
nnoremap <leader>v "+p
|
nnoremap <leader>v "+p
|
||||||
|
Reference in New Issue
Block a user