Created
December 28, 2024 05:33
-
-
Save keyle/b7092c7ef754e7b9a5cc607fd47d4781 to your computer and use it in GitHub Desktop.
bindings.json micro key bindings
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
{ | |
"Alt-/": "lua:comment.comment", | |
"Alt-=": "HSplit", | |
"Alt-Left": "WordLeft", | |
"Alt-MouseLeft": "MouseMultiCursor", | |
"Alt-Right": "WordRight", | |
"Alt-[": "PreviousSplit", | |
"Alt-\\": "VSplit", | |
"Alt-]": "NextSplit", | |
"Alt-d": "command:definition", | |
"Alt-f": "command:format", | |
"Alt-k": "command:hover", | |
"Alt-r": "command:references", | |
"Alt-x": "Cut", | |
"Ctrl-Down": "SpawnMultiCursorDown", | |
"Ctrl-Escape": "CommandMode", | |
"Ctrl-Left": "StartOfLine", | |
"Ctrl-Right": "EndOfLine", | |
"Ctrl-Space": "Autocomplete", | |
"Ctrl-Underscore": "lua:comment.comment", | |
"Ctrl-Up": "SpawnMultiCursorUp", | |
"Ctrl-[": "PreviousTab", | |
"Ctrl-]": "NextTab", | |
"Ctrl-g": "command:definition", | |
"Ctrl-k": "lua:comment.comment", | |
"Ctrl-p": "command:term make", | |
"Ctrl-r": "command:fzf", | |
"Ctrl-space": "command:lspcompletion", | |
"Ctrl-t": "AddTab", | |
"Delete": "DeleteWordRight", | |
"F1": "command:fzf", | |
"F3": "command:references", | |
"F4": "command:jumptag", | |
"F5": "command:term make", | |
"PageDown": "ParagraphNext", | |
"PageUp": "ParagraphPrevious" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment