asyncrun.vim icon indicating copy to clipboard operation
asyncrun.vim copied to clipboard

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

Open denisalevi opened this issue 1 year ago • 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!

denisalevi avatar Mar 21 '24 08:03 denisalevi