I'm using Manjaro, and open clipboard:
➜ ~ vim --version | grep "clipboard"
+clipboard +jumplist +persistent_undo +vertsplit
+emacs_tags +mouse_dec -sun_workshop +xterm_clipboard
First question, use "+y can't copy the current line to clipboard, and "+yy could copy current line to clipboard. I don't know why.
And If I set vnoremap <leader>y "+y, use commmand <leader>yy in vim can't work (what I expect is <leader>yy action as same as "+yy).
What's more, is there a way set a mapping to let <leader>yny action as same as "+yny?
Thanks for any help.