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
settings.aceKeybindings = "emacs"; | |
api.map('f', 'gf'); // open link in a new non-focused tab | |
api.map('F', 'cf'); // open multiple links in non-focused tabs | |
api.map('n', 'j'); // scroll down | |
api.map('p', 'k'); // scroll up | |
api.map('b', 'S'); // back to previous page |