preservim / vimux

easily interact with tmux from vim
MIT License
2.2k stars 159 forks source link

Run VimuxRunCommand as command #109

Closed teoric closed 10 years ago

teoric commented 10 years ago

vimux is a great idea! Minor quirk: I found myself immediately trying to run a command with a vim command:

VimuxRunCommand "rm -irf /"

The changes in this pull request allow this.

Thanks again for the nifty plugin!

benmills commented 10 years ago

Thanks!