Changing keybinds
This commit is contained in:
parent
7f7acf319d
commit
ba4a1c1165
10
.vimrc
10
.vimrc
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user