Make ArgWrap use command instead of straight function call
This commit is contained in:
parent
86ecf4f248
commit
472d2ab624
@ -7,7 +7,7 @@ nnoremap <silent> <Esc><Esc> :nohlsearch<CR>
|
||||
nnoremap <silent> Q <Nop>
|
||||
|
||||
" vim-argwrap
|
||||
nnoremap <silent> <leader>a :call argwrap#toggle()<CR>
|
||||
nnoremap <silent> <leader>a :ArgWrap<CR>
|
||||
|
||||
" vim-easy-align
|
||||
vmap <CR> <Plug>(EasyAlign)
|
||||
|
Loading…
Reference in New Issue
Block a user