vimux icon indicating copy to clipboard operation
vimux copied to clipboard

Is it supported on Windows?

Open lispercat opened this issue 3 years ago • 2 comments

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?

lispercat avatar Jan 15 '23 19:01 lispercat

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.

alerque avatar Jan 16 '23 15:01 alerque

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?

mvanderkamp avatar Jan 16 '23 19:01 mvanderkamp