Last active
May 25, 2025 07:16
-
-
Save pdxmph/521c06829aef0157db02a9c42952f86a 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
{ | |
"\u001b\u003c": "CursorStart", | |
"\u001b\u003e": "CursorEnd", | |
"\u003cCtrl-x\u003e\u003c0\u003e": "Unsplit", | |
"\u003cCtrl-x\u003e\u003c2\u003e": "HSplit", | |
"\u003cCtrl-x\u003e\u003c3\u003e": "VSplit", | |
"\u003cCtrl-x\u003e\u003cCtrl-c\u003e": "Quit", | |
"\u003cCtrl-x\u003e\u003cCtrl-f\u003e": "OpenFile", | |
"\u003cCtrl-x\u003e\u003cCtrl-s\u003e": "Save", | |
"\u003cCtrl-x\u003e\u003ch\u003e": "SelectAll", | |
"Alt-b": "WordLeft", | |
"Alt-f": "WordRight", | |
"Alt-k": "command:hover", | |
"Alt-r": "command:references", | |
"Alt-v": "CursorPageUp", | |
"Alt-w": "Copy", | |
"Alt-x": "CommandMode", | |
"Ctrl-a": "StartOfLine", | |
"Ctrl-e": "EndOfLine", | |
"Ctrl-g": "Escape", | |
"Ctrl-k": "CutLine", | |
"Ctrl-r": "FindPrevious", | |
"Ctrl-s": "Find", | |
"Ctrl-v": "CursorPageDown", | |
"Ctrl-y": "Paste", | |
"Ctrl-z": "Undo", | |
"CtrlUnderscore": "Undo", | |
"Alt-]": "NextTab", | |
"Alt-[": "PreviousTab" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment