Last active
July 10, 2017 15:06
-
-
Save tdchien/3c82f601f7a11a71d52583dc3cf47cc8 to your computer and use it in GitHub Desktop.
Some key-map for sublime on window
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
Show hidden characters
[ | |
{ "keys": ["ctrl+alt+p"], "command": "prompt_select_workspace" }, | |
{ "keys": ["ctrl+shift+r"], "command": "reveal_in_side_bar"}, | |
{"keys": ["f1"], "command": "dired", "args": { "immediate": true } } | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment