Created
August 18, 2016 07:57
-
-
Save gimerstedt/2bed246fe2dd3196c5f4cc16d151e949 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mapkey('H', '#4Go back in history', 'history.go(-1)'); | |
| mapkey('L', '#4Go forward in history', 'history.go(1)'); | |
| mapkey('J', '#3Go one tab left', 'RUNTIME("previousTab")'); | |
| mapkey('K', '#3Go one tab right', 'RUNTIME("nextTab")'); | |
| mapkey('u', '#2Scroll a page up', 'Normal.scroll("pageUp")', {repeatIgnore: true}); | |
| mapkey('F', '#1Open a link in new tab', 'Hints.create("", Hints.dispatchMouseClick, {tabbed: true})'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment