среда, 25 ноября 2015 г., 13:50:37 UTC+6 пользователь Roman написал: > Have a nice day to everyone! I have a question: > Why vnoremap <C-Insert> "+y in vim visual mode puts all stuff to "* not to "+ > But "+y in vim working fine. In gvim all working fine. > linux gentoo + rxvt-unicode > clipboard=autoselect,exclude:cons\|linux > Thank you for answer!
As I found 'send to "+' work only with: set clipboard=unnamedplus vnoremap y "+y -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
