Skip to content

Instantly share code, notes, and snippets.

@tdchien
Last active July 10, 2017 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tdchien/3c82f601f7a11a71d52583dc3cf47cc8 to your computer and use it in GitHub Desktop.
Save tdchien/3c82f601f7a11a71d52583dc3cf47cc8 to your computer and use it in GitHub Desktop.
Some key-map for sublime on window
[
{ "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