preservim / vimux

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

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

Open cszczepaniak opened 1 month ago

cszczepaniak commented 1 month ago

My setup:

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 commented 1 month ago

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