Changing hotkey to leave insert mode
This commit is contained in:
parent
3281719e05
commit
2c3039863f
2
.vimrc
2
.vimrc
@ -72,7 +72,7 @@ nnoremap <silent> <C-h> :bnext<CR>
|
|||||||
nnoremap <silent> <C-l> :bprevious<CR>
|
nnoremap <silent> <C-l> :bprevious<CR>
|
||||||
nnoremap <silent> <Esc><Esc> :nohlsearch<CR>
|
nnoremap <silent> <Esc><Esc> :nohlsearch<CR>
|
||||||
nnoremap <silent> <leader>w :call argwrap#toggle()<CR>
|
nnoremap <silent> <leader>w :call argwrap#toggle()<CR>
|
||||||
inoremap <silent> ;; <Esc>
|
inoremap <silent> '' <Esc>
|
||||||
nnoremap Q <Nop>
|
nnoremap Q <Nop>
|
||||||
|
|
||||||
vmap <Enter> <Plug>(EasyAlign)
|
vmap <Enter> <Plug>(EasyAlign)
|
||||||
|
Loading…
Reference in New Issue
Block a user