diff options
| author | Robert Günzler <r@gnzler.io> | 2020-12-07 19:15:23 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-01-21 19:39:11 +0100 |
| commit | 04db98668639cb0b431d50e5963f6b156d728078 (patch) | |
| tree | 4bec29af1c9c34852e974be06301f74de4802199 /.vim/plugin/split_term.vim | |
| parent | 9b8005439ac351ded8f6286aefa2378d25d7add5 (diff) | |
vim: big update; move lots of things to lua
Diffstat (limited to '.vim/plugin/split_term.vim')
| -rw-r--r-- | .vim/plugin/split_term.vim | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.vim/plugin/split_term.vim b/.vim/plugin/split_term.vim deleted file mode 100644 index efb9b86..0000000 --- a/.vim/plugin/split_term.vim +++ /dev/null @@ -1,11 +0,0 @@ -" 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 |