sponsor Vim development Vim logo Vim Book Ad

vim-determined : A wrapper to make term_start more friendly

 script karma  Rating 0/0, Downloaded by 1380  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
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
vim-determined-v1.1.1.tar.gz 1.1.1 2018-11-10 8.0 Andrew Nichols Documentation update
vim-determined-v1.1.0.tar.gz 1.1.0 2018-11-10 7.0 Andrew Nichols Added support for custom completion
vim-determined-v1.0.0.tar.gz 1.0.0 2018-09-25 8.0 Andrew Nichols Initial upload
ip used for rating: 142.132.191.50

Questions about Vim should go to the maillist. Help Uganda.     Vim at Github