From f5d56602df70950de6b7d40966b00c9939c81763 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Sun, 26 Jan 2020 17:16:07 +0100 Subject: Intial commit of v2 See https://drewdevault.com/2019/12/30/dotfiles.html --- .vim/plugin/split_term.vim | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .vim/plugin/split_term.vim (limited to '.vim/plugin/split_term.vim') diff --git a/.vim/plugin/split_term.vim b/.vim/plugin/split_term.vim new file mode 100644 index 0000000..efb9b86 --- /dev/null +++ b/.vim/plugin/split_term.vim @@ -0,0 +1,11 @@ +" SplitTerm: quickly pop out a terminal + +" skip this while were testing kassio/neoterm +finish + +" lua require('split_term') +" command! LuaTerm :lua spt_toggle() + +command! -bang -nargs=* SplitTerm call s:split_term_toggle(0, ) +cnoreabbrev spt SplitTerm +cnoreabbrev st SplitTerm -- cgit 1.4.1