config/.vim/eclim/after/plugin/eclim_aliases.vim.example

6 lines
228 B
Plaintext

" Example file where you can create aliases for eclim commands.
" Example of using :SR as an alias for :SplitRelative
command -nargs=+ -complete=customlist,eclim#common#util#CommandCompleteRelative
\ SR :SplitRelative <args>