preservim / vimux

easily interact with tmux from vim
MIT License
2.21k stars 161 forks source link

Update VimuxSlime example to use VimuxRunCommand #165

Closed thegreatape closed 3 years ago

thegreatape commented 6 years ago

I was a little confused by the example in the VimuxTslimeReplacement section until I figured out that it was supposed to be calling VimuxRunCommand, rather than VimuxSendText -> VimuxSendKeys. The intended call is referenced in the follow paragraph, where it describes passing 0 as a second arg to that call to avoid an unwanted extra newline.