Wednesday, August 26, 2015

Re: How to keep vim registers across applications?

2015-08-26 15:44 GMT+03:00 Mash Walter <mash.mashed@gmail.com>:
> I'm wondering if I can somehow keep vim registers across applications say I
> copy something in vim and then paste it into fish-shell in vim mode or into
> my browser in vim mode or if I can at least make it to store the registers
> accessible so that I can write other applications which may reuse those
> registers. Because copy pasting without vim mode sucks even though I have a
> map for set paste!

:h quote+ for interactions with system clipboard. :h viminfo for
saving registers across sessions (though this variant works correctly
only as long as you want to use a single Vim instance). :h
clipboard-unnamedplus for making quote+ default. Also see adjacent
suboptions.

>
> --
> --
> 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 vim_use+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

--
--
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 vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: