backspace in normal mode does :noh
This commit is contained in:
@@ -280,7 +280,7 @@ in
|
|||||||
map <leader>s :w<CR>
|
map <leader>s :w<CR>
|
||||||
map <leader>q :q<CR>
|
map <leader>q :q<CR>
|
||||||
map <leader>r :RainbowParenthesesToggleAll<CR>
|
map <leader>r :RainbowParenthesesToggleAll<CR>
|
||||||
map <leader><BS> :noh<CR>
|
nnoremap <BS> :noh<CR>
|
||||||
map Q <Nop>
|
map Q <Nop>
|
||||||
nnoremap Y y$
|
nnoremap Y y$
|
||||||
nnoremap <leader>n :vnew<CR>
|
nnoremap <leader>n :vnew<CR>
|
||||||
|
|||||||
Reference in New Issue
Block a user