philc / vimium

The hacker's browser.
https://chrome.google.com/webstore/detail/vimium/dbepggeogbaibhgnhhndojpepiihcmeb
MIT License
23.11k stars 2.48k forks source link

Feature request : allow command repetition for the command "copy the current url to the clipboard". #3820

Open politicus opened 3 years ago

politicus commented 3 years ago

I am looking for a way to copy to the clipboard the urls of any tab on the right of the current tab I currently am + the url of the tab I currently am.

I then thought about the command "copy the current url to the clipboard" but apparently it doesn't support command repetition.

Therefore, my feature request.

gdh1995 commented 3 years ago

You may try my customized version of Vimium, named Vimium C, and it support a new command of copyWindowInfo. Here's an example to copy URLs of tabs:

map <f6> copyWindowInfo format="${url}" join="\n"