Adds a "Terminal" command (and friends) to vim8+ that uses bash completion
- Uses bash completion for the command line.
- Supports vertical, tab and regular modes for opening a new
:terminalwindow.
-
Use
bashcommand completion while building thegit log --onelinecommand to run in a:terminal::Terminal gi<TAB> lo<TAB> --one<TAB><ENTER> :Terminal git log --oneline -
Open a Terminal using vertical mode:
:vertical Terminal lsor:VTerminal lsor just:VT ls -
Open a Terminal using "new tab" mode:
:tab Terminal lsor:TTerminal lsor simply:TT ls
-
Vundle:
Plugin 'wwade/vim-term-completion' -
Plug:
Plug 'wwade/vim-term-completion' -
Pathogen
git clone https://github.com/wwade/vim-term-completion ~/.vim/bundle/vim-term/completion