preservim / vimux

easily interact with tmux from vim
MIT License
2.19k stars 158 forks source link

Is it supported on Windows? #218

Open lispercat opened 1 year ago

lispercat commented 1 year ago

I installed tmux on Windows in Cygwin. After I try to call for example "call VimuxRunCommand("ls")" I see following output: image

Is it that I miss some configuration or the plugin doesn't support Windows?

alerque commented 1 year ago

Honestly I don't know. I didn't do the initial development and don't run Windows anywhere. I would have expected it tu run under Cygwin at least where some *nixy shell stuff like bash ad ls exist. You might look into what shell you are actually running the plugin under. It may or may not in a more native env. But if you can run TMUX and VIM I would have expected this to work.

That error looks more like your version of VIM may have issues actually. Are you sure your VIM compilation and all check out? Are you able to run most other plugins without issues? What version / build of VIM are you using?

I'm happy to facilitate PR's fixing any Windows related issues if somebody else contributes and/or reviews them.

mvanderkamp commented 1 year ago

Are you running vim from inside a tmux session? Installing tmux isn't enough, you have to be running it and inside a session.

Also can you share which version of vim you're using?