Skip to content

Commit e8241b9

Browse files
author
Masafumi Yokoyama
committed
plugin: Add sideways.vim
1 parent 04876bf commit e8241b9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

leader.vim

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,8 @@ map <leader>cs <plug>(operator-decamelize)
5959
6060
" kana/vim-altr
6161
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ if dein#load_state(s:dein_dir)
6161
call dein#add('kana/vim-operator-user')
6262
call dein#add('tyru/operator-camelize.vim')
6363
call dein#add('kana/vim-altr')
64+
call dein#add('AndrewRadev/sideways.vim')
6465

6566
" buffer
6667
call dein#add('jlanzarotta/bufexplorer')

0 commit comments

Comments
 (0)