Add map 'gS': Open Chrome settings

This commit is contained in:
Maddison Hellstrom 2018-08-18 00:10:32 -07:00
parent a4443a6af8
commit 98af931659
1 changed files with 1 additions and 0 deletions

View File

@ -197,6 +197,7 @@ mapkey(";se", "#11Edit Settings", editSettings, ri)
mapkey(";pd", "Toggle PDF viewer from SurfingKeys", togglePdfViewer, ri)
mapkey("gi", "Edit current URL with vim editor", vimEditURL, ri)
mapkey("yp", "Copy URL path of current page", copyURLPath(), ri)
mapkey("gS", "#12Open Chrome settings", () => tabOpenLink("chrome://settings/"))
const siteleader = "<Space>"