Skip to content

Instantly share code, notes, and snippets.

@steerio
Created October 21, 2021 21:15
Show Gist options
  • Save steerio/2f865321aaa288c10c7c0feec608cac2 to your computer and use it in GitHub Desktop.
Save steerio/2f865321aaa288c10c7c0feec608cac2 to your computer and use it in GitHub Desktop.
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))
})
// unmap('C');
unmap('cc');
// unmap('cf');
unmap('af');
iunmap(":");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment