Created
September 6, 2021 07:34
-
-
Save alimsk/1dbf49e6a0b8536bef120fd59a61a3d8 to your computer and use it in GitHub Desktop.
my fucking micro bindings.json
This file contains 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", | |
"CtrlUnderscore": "lua:comment.comment", | |
"F12": "Save,Quit", | |
"F6": "command-edit:gorename ", | |
"Tab": "Autocomplete|IndentSelection|InsertTab", | |
"CtrlDelete": "DeleteWordRight", | |
"OldBackspace": "DeleteWordLeft" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment