1995eaton/chromium-vim

Command to open Chrome's default new tab

IgorKrupenja opened this issue · 1 comments

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

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