We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04876bf commit e8241b9Copy full SHA for e8241b9
leader.vim
@@ -59,3 +59,8 @@ map <leader>cs <plug>(operator-decamelize)
59
60
" kana/vim-altr
61
nmap <Leader>a <Plug>(altr-forward)
62
+
63
+" AndrewRadev/sideways.vim
64
+" to move function arguments (and other delimited-by-something items) left and right.
65
+nnoremap <Leader>hh :SidewaysLeft<CR>
66
+nnoremap <Leader>ll :SidewaysRight<CR>
plugin.vim
@@ -61,6 +61,7 @@ if dein#load_state(s:dein_dir)
call dein#add('kana/vim-operator-user')
call dein#add('tyru/operator-camelize.vim')
call dein#add('kana/vim-altr')
+ call dein#add('AndrewRadev/sideways.vim')
" buffer
67
call dein#add('jlanzarotta/bufexplorer')
0 commit comments