vim-run-interactive icon indicating copy to clipboard operation
vim-run-interactive copied to clipboard

Vim plugin to run shell commands in an interactive shell

Results 2 vim-run-interactive issues
Sort by recently updated
recently updated
newest added

Thoughts on shortening the name of the command. If someone doesn't use a keyboard shortcut it's pretty long to type. Some ideas: `RunIShellCmd`, `RunInteractiveCmd` or simply `RunCmd`.

I have `b` aliased to `bundle` in my `~/.aliases`. Running: ``` vim :RunInInteractiveShell b ``` will background Vim. It's a minor annoyance, but curious why it happens for some commands,...