summary refs log tree commit diff
path: root/.vim/plugin/split_term.vim
blob: efb9b863cfd6b2aa2a03d9c755be51b9dd472f2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
" SplitTerm: quickly pop out a terminal

" skip this while were testing kassio/neoterm
finish

" lua require('split_term')
" command! LuaTerm :lua spt_toggle()<CR>

command! -bang -nargs=* SplitTerm call s:split_term_toggle(<bang>0, <f-args>)
cnoreabbrev spt SplitTerm
cnoreabbrev st SplitTerm