1995eaton / chromium-vim

Vim bindings for Google Chrome.
https://chrome.google.com/webstore/detail/cvim/ihlenndgcmojhcghmfjfneahoeklbjjh
MIT License
2.25k stars 326 forks source link

Open hyperlink in new window (rather than tab) or incognito mode #669

Open heinrichat opened 5 years ago

heinrichat commented 5 years ago

I think this is quite useful. Thank you!

skaniol commented 4 years ago

IDK whether this existed on Oct 3, 2018, but...

Hotkey   Mapping name
W open link in new window createHintWindow

This opens a hint in a new window.

A "$" suffix in a command like :o$ example.com or :open example.com$, or any of the following cmds:
:new, :winopen, :wo
will open the link in a new regular window.