Skip to content

Commit

Permalink
plugin: Add sideways.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Masafumi Yokoyama committed May 9, 2018
1 parent 04876bf commit e8241b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions leader.vim
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,8 @@ map <leader>cs <plug>(operator-decamelize)
" kana/vim-altr
nmap <Leader>a <Plug>(altr-forward)
" AndrewRadev/sideways.vim
" to move function arguments (and other delimited-by-something items) left and right.
nnoremap <Leader>hh :SidewaysLeft<CR>
nnoremap <Leader>ll :SidewaysRight<CR>
1 change: 1 addition & 0 deletions plugin.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
call dein#add('jlanzarotta/bufexplorer')
Expand Down

0 comments on commit e8241b9

Please sign in to comment.