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

VimuxRunCommand just echoes (some of) the command into the current buffer #227

Open
cszczepaniak opened this issue May 22, 2024 · 1 comment

Comments

@cszczepaniak
Copy link

My setup:

  • wezterm in WSL2
  • tmux 3.0a
  • neovim 0.10.0

When I call :call VimuxRunCommand("echo 'foobar'"), I get o 'foobar' printed where my cursor was in the buffer. If I use vim-test with strategy vimux within a Go test, I get the following printed in my buffer:

ear; echo -e 'go test -run '\''TestSomething$'\'' ./dir'; go test -run 'TestSomething$' ./dir

In both cases, no tmux split is created. How can I debug this further and fix it?

@beorgler1
Copy link

Same here with same setup except of Windows Terminal instead of wezterm.

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

2 participants