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

Implement "open new tab with contents of clipboard" #353

Closed
philc opened this issue Jun 1, 2011 · 4 comments
Closed

Implement "open new tab with contents of clipboard" #353

philc opened this issue Jun 1, 2011 · 4 comments

Comments

@philc
Copy link
Owner

philc commented Jun 1, 2011

Not sure what the keybinding should be. I think it's simply "p" in vimperator.

This is now possible because Chromium supports clipboard permissions:
http://code.google.com/p/chromium/issues/detail?id=28941

@bucciarati
Copy link

Yes, Vimperator binds lowercase p for opening clipboard content in the current tab, and uppercase P for opening them in a new tab.

What is needed to make this work? I'd like to give it a shot.

Edit: this seems to be a duplicate of issue #114

@philc
Copy link
Owner Author

philc commented Nov 27, 2011

bucciarati: the implementation of this should be pretty straightforward after looking through the Vimium source code and reading up on Chrome extensions. Let me know if you have any specific questions or run into any issues. I'll close #114 in favor of this ticket, since its history is cleaner.

@int3
Copy link
Collaborator

int3 commented Jan 15, 2012

Sorry @bucciarati, I finished the implementation before I saw your comment :( Hope I didn't trod on any partial implementation!

@bucciarati
Copy link

@int3 no worries, I had no partial implementation. I saw the commit now. Cool!

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