Skip to content

Instantly share code, notes, and snippets.

@gimerstedt
Created August 18, 2016 07:57
Show Gist options
  • Select an option

  • Save gimerstedt/2bed246fe2dd3196c5f4cc16d151e949 to your computer and use it in GitHub Desktop.

Select an option

Save gimerstedt/2bed246fe2dd3196c5f4cc16d151e949 to your computer and use it in GitHub Desktop.
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