vim: ctrl-l
This commit is contained in:
parent
154c70be12
commit
36b712ccd2
1 changed files with 3 additions and 1 deletions
4
.vimrc
4
.vimrc
|
@ -163,4 +163,6 @@ vnoremap // y/\V<C-R>=escape(@",'/\')<CR><CR>
|
|||
" Navigate tabs
|
||||
nnoremap <C-j> :bnext<CR>
|
||||
nnoremap <C-k> :bprev<CR>
|
||||
|
||||
" Saner CTRL-L
|
||||
" https://github.com/mhinz/vim-galore#saner-ctrl-l
|
||||
nnoremap <leader>l :nohlsearch<cr>:diffupdate<cr>:syntax sync fromstart<cr><c-l>
|
||||
|
|
Loading…
Reference in a new issue