Skip to content

Instantly share code, notes, and snippets.

@j-v
Created September 16, 2012 23:11
Show Gist options
  • Save j-v/3734788 to your computer and use it in GitHub Desktop.
Save j-v/3734788 to your computer and use it in GitHub Desktop.
Vim command to run external commands asynchronously (Windows)
" Cmd command to run external commands asynchronously (Windows)
" e.g. :Cmd python -m unittests discover
command -nargs=+ Cmd :!start cmd /c <q-args> & pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment