Skip to content

Instantly share code, notes, and snippets.

View steerio's full-sized avatar

Steerio steerio

  • Berlin, Germany
View GitHub Profile
settings.hintAlign = "left";
Hints.characters = "sdjkghalf";
settings.cursorAtEndOfInput = false;
// mapkey('F', '#1Open multiple links in a new tab', function() {
// Hints.create("", Hints.dispatchMouseClick, {multipleHits: true});
// });
mapkey('p', '#7Open link from clipboard', function () {
Clipboard.read(res => tabOpenLink(res.data))
})