Adding mapping to switch to normal mode from insert mode
This commit is contained in:
parent
b7e1d6f985
commit
f916770529
1
.vimrc
1
.vimrc
@ -72,6 +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> <S-CR> <Esc>
|
||||||
nnoremap Q <Nop>
|
nnoremap Q <Nop>
|
||||||
|
|
||||||
vmap <Enter> <Plug>(EasyAlign)
|
vmap <Enter> <Plug>(EasyAlign)
|
||||||
|
Loading…
Reference in New Issue
Block a user