Skip to content

Instantly share code, notes, and snippets.

@tanerdogan
Created May 8, 2014 09:31
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 tanerdogan/5c3cef939abeea0e0afb to your computer and use it in GitHub Desktop.
Save tanerdogan/5c3cef939abeea0e0afb to your computer and use it in GitHub Desktop.
ST2 - Default (OSX).sublime-keymap
[
{ "keys": ["ctrl+t"], "command": "side_bar_new_file2" },
{ "keys": ["f2"], "command": "side_bar_rename" },
{ "keys": ["ctrl+alt+f"], "command": "side_bar_find_files_path_containing" },
{"keys": ["ctrl+super+r"], "command": "reveal_in_side_bar"},
{ "keys": ["super+v"], "command": "paste_and_indent" },
{ "keys": ["super+."], "command": "reindent" , "args": {"single_line": false}},
{ "keys": ["super+shift+v"], "command": "paste" },
{ "keys": ["ctrl+u"], "command": "ftp_sync_current" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment