Adding mapping to switch to normal mode from insert mode

This commit is contained in:
Alex Yatskov 2015-01-13 14:39:35 +09:00
parent b7e1d6f985
commit f916770529

1
.vimrc
View File

@ -72,6 +72,7 @@ nnoremap <silent> <C-h> :bnext<CR>
nnoremap <silent> <C-l> :bprevious<CR>
nnoremap <silent> <Esc><Esc> :nohlsearch<CR>
nnoremap <silent> <leader>w :call argwrap#toggle()<CR>
inoremap <silent> <S-CR> <Esc>
nnoremap Q <Nop>
vmap <Enter> <Plug>(EasyAlign)