Changing keymap

This commit is contained in:
Alex Yatskov 2015-01-13 17:10:11 +09:00
parent 9ae73669e6
commit 5011f0e9b3

2
.vimrc
View File

@ -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)