right-clicking while at the prompt dumps the contents of the clipboard into the shell, but in vim
it just switches to VISUAL mode and does nothing.
How do I workaround this?
https://github.com/babun/babun/issues/97
While in vim, try tu use shift + Mouse right click
Running the following command worked for me. Essentially just adding to your vimrc.
echo "set mouse-=a" >> ~/.vimrc
Adding to the various other solutions: if you're getting the --visual--
mode when right-clicking into vim (babun) when trying to paste from the clipboard, you may try to paste by using the following (in "esc" edit mode): "*p
That is: keep holding shift
down to type double-quote ("
) followed by *
, then type a lower-case p
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With