You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 runI end up with
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!
The text was updated successfully, but these errors were encountered: