Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it supported on Windows? #218

Open
lispercat opened this issue Jan 15, 2023 · 2 comments
Open

Is it supported on Windows? #218

lispercat opened this issue Jan 15, 2023 · 2 comments

Comments

@lispercat
Copy link

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
Copy link
Member

alerque commented Jan 16, 2023

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
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants