Hi Hashken!
On Mi, 10 Sep 2014, Hashken wrote:
> On Wednesday, September 10, 2014 6:31:53 AM UTC+5:30, Jason Pleau wrote:
> Add the following to .vimrc
>
> "Copy contents of System Clipboard to + buffer when entering vim
> autocmd VimEnter * call setreg('+', system('xsel -ob'))
> "Copy contents of + buffer to System Clipboard while leaving vim
> autocmd VimLeave * call system("xsel -ib", getreg('+'))
I don't think, this should be necessary.
Best,
Christian
--
Lieber ein lohnendes Wochenende, als ein Ende des Wochenlohns.
--
--
You received this message from the "vim_dev" 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_dev" 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.