Skip to content

Instantly share code, notes, and snippets.

@cycold
Created April 10, 2014 09:28
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 cycold/10361285 to your computer and use it in GitHub Desktop.
Save cycold/10361285 to your computer and use it in GitHub Desktop.
我的sublimeText3 key-map配置文件备份
[
{ "keys": ["alt+/"], "command": "auto_complete" },
{ "keys": ["ctrl+shift+c"], "command": "toggle_side_bar" },
{ "keys": ["ctrl+shift+g"], "command": "find_all_under" },
{ "keys": ["ctrl+shift+x"], "command": "open_dir", "args": {"dir": "$file_path", "file": "$file_name"} },
{ "keys": ["ctrl+shift+s"], "command": "reveal_in_side_bar"},
{ "keys": ["ctrl+shift+z" ], "command": "view_in_browser" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment