Last active
January 11, 2022 07:52
-
-
Save melihovv/fa2839e6781621fbe4712fc780678221 to your computer and use it in GitHub Desktop.
Surfingkeys
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
// 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