Skip to content

Commit

Permalink
Add SideBarEnhancements shortcut keys
Browse files Browse the repository at this point in the history
  • Loading branch information
d2s committed May 2, 2013
1 parent 24d9183 commit 69d83a5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Default (OSX).sublime-keymap
Expand Up @@ -14,5 +14,9 @@
/* Goto Documentation */
{ "keys": ["super+shift+h"], "command": "goto_documentation" },
/* FormatSQL */
{ "keys": ["super+k", "super+s"], "command": "format_sql" }
{ "keys": ["super+k", "super+s"], "command": "format_sql" },
/* SideBarEnhancements */
{ "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" }
]

0 comments on commit 69d83a5

Please sign in to comment.