Changing keybinds

This commit is contained in:
Alex Yatskov 2015-01-18 19:48:27 +09:00
parent 7f7acf319d
commit ba4a1c1165

10
.vimrc
View File

@ -80,17 +80,9 @@ nnoremap <silent> <Esc><Esc> :nohlsearch<CR>
inoremap <silent> '' <Esc> inoremap <silent> '' <Esc>
nnoremap Q <Nop> nnoremap Q <Nop>
" CamelCaseMotion
map <silent> w <Plug>CamelCaseMotion_w
map <silent> b <Plug>CamelCaseMotion_b
map <silent> e <Plug>CamelCaseMotion_e
sunmap w
sunmap b
sunmap e
" vim-easy-align " vim-easy-align
vmap <Enter> <Plug>(EasyAlign) vmap <Enter> <Plug>(EasyAlign)
nmap <Leader>a <Plug>(EasyAlign) nmap <Leader>a <Plug>(EasyAlign)
" vim-arg-wrap " vim-arg-wrap
nnoremap <silent> <leader>w :call argwrap#toggle()<CR> nnoremap <silent> <leader>a :call argwrap#toggle()<CR>