Updating keybinds

This commit is contained in:
Alex Yatskov 2015-01-13 15:21:53 +09:00
parent f916770529
commit 9ae73669e6

2
.vimrc
View File

@ -72,7 +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>
inoremap <silent> // <Esc>
nnoremap Q <Nop>
vmap <Enter> <Plug>(EasyAlign)