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

Command to open Chrome's default new tab #717

Closed IgorKrupenja closed 4 years ago

IgorKrupenja commented 4 years ago

Is there a way to open Chrome's default New Tab page? The one you get using cmd/ctrl+t.

IgorKrupenja commented 4 years ago

Got it, map T :tabnew chrome://newtab<CR> does the trick.