Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle vintage-mode yanks as well #6

Open
skyronic opened this issue Jun 6, 2012 · 2 comments
Open

Handle vintage-mode yanks as well #6

skyronic opened this issue Jun 6, 2012 · 2 comments

Comments

@skyronic
Copy link

skyronic commented Jun 6, 2012

Hey,

Your plugin is a godsend and saved me from accidentally losing code while refactoring and overwriting the clipboard.

However, I mostly use Vintage, and use the "Yank" function running the "ViAction" command here:

https://github.com/sublimehq/Vintage/blob/master/vintage.py#L782

Can you please handle this as a clipboard copy as well? Thanks!

@fzf
Copy link

fzf commented Jun 17, 2012

You can add these to your hotkeys to handle it.

https://gist.github.com/2943492

@astyagun
Copy link

astyagun commented Nov 6, 2012

It would be nice if it worked like Vim's YankRing plugin (http://www.vim.org/scripts/script.php?script_id=1234).

After I've pasted contents of register with p I then can press ^p for what I've just pasted to be replaced with previously yanked content. Pressing ^p again cycles even further back in Yank history. And ^n moves forward in that history.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants