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
When I paste into gnome terminal <C-S-v> and I there is a suggestion from the plugin after I start a command, I get this suggestion inserted after my pasted text.
For example, if I type echo spam and the next time I type echo and insert anything, spam is added to the end of the command.
So, I have a suggestion from autosuggestions plugin. When I paste text from clipboard, this suggestion is added to the end of it. This added text (spam) is not passed to echo command, it just sits on the line and confuses me.
When I paste into gnome terminal
<C-S-v>
and I there is a suggestion from the plugin after I start a command, I get this suggestion inserted after my pasted text.For example, if I type
echo spam
and the next time I typeecho
and insert anything,spam
is added to the end of the command.The text was updated successfully, but these errors were encountered: