vim-determined : A wrapper to make term_start more friendly
script karma |
Rating 0/0,
Downloaded by 1061 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Andrew Nichols |
|
script type |
utility |
|
description |
Vim 8 added asynchronous terminal support via term_start, and it's really neat. Except it's a pain to use. I basically have to do :h term_start every time I think I might want to use it. But it seems like it wasn't really intended to be used directly, since there's no command for it. You have to invoke it with :call term_start. I could've made a simple command like :Term cmd { args } but that's annoying to type every time, so instead, this plugin exposes the determined#command function, which you should call in your vim config setup (e.g. in vimrc). This function will create commands for you that wrap specific invocations of :call term_start to make it easy to use.
See https://github.com/tandrewnichols/vim-determined for more details. |
|
install details |
Via Plug:
Plug 'tandrewnichols/vim-determined'
:PlugInstall
Via Vundle:
Plugin 'tandrewnichols/vim-determined'
:BundleInstall
Via NeoBundle:
NeoBundle 'tandrewnichols/vim-determined'
:BundleInstall
Via Pathogen:
git clone https://github.com/tandrewnichols/vim-determined.git ~/.vim/bundle/vim-determined |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 142.132.191.50
|