skywind3000/asyncrun.vim

AsyncRun with -pos=tmux fails to execute and pastes into buffer instead

Opened this issue · 0 comments

Hi there. Recently, my :AsyncRun -mode=term -pos=tmux <command> started to misbehave. Instead of executing in a new tmux pane as it used to, part of the command is pasted into my current buffer.

When I open nvim in /home/<user> and run

:AsyncRun -mode=term -pos=tmux <command>

I end up with


me/<user>'; <command>

pasted into the open nvim buffer.

Not sure if this has to do with my conifg. Any ideas on how to debug this? Any help would be appreciated, thanks!