View gist:7eab96de465d47ca65648d13b7e1f6d9
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
[ | |
{ "keys": ["ctrl+shift+l"], "command": "show_overlay", "args": {"overlay": "command_palette"} }, | |
// Open File | |
// Save | |
{ "keys": ["ctrl+shift+s"], "command": "save_all" }, | |
{ "keys": ["ctrl+f4"], "command": "close" }, | |
// New file | |
{ "keys": ["shift+ctrl+f4"], "command": "close_all" }, | |
// Properties | |
// Cut |