Skip to content

Instantly share code, notes, and snippets.

@melihovv
Last active January 11, 2022 07:52
Show Gist options
  • Save melihovv/fa2839e6781621fbe4712fc780678221 to your computer and use it in GitHub Desktop.
Save melihovv/fa2839e6781621fbe4712fc780678221 to your computer and use it in GitHub Desktop.
Surfingkeys
// iunmap('<Ctrl-d');
// iunmap('<Ctrl-D');
//
// mapkey('u', 'Scroll a page up', 'Normal.scroll("pageUp")');
//
// mapkey('J', 'Go one tab left', 'RUNTIME("previousTab")');
// mapkey('K', 'Go one tab right', 'RUNTIME("nextTab")');
//
// map('H', 'S');
// map('L', 'D');
//
// map('F', 'af');
//
// aceVimMap('jk', '<Esc>', 'insert');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment