Skip to content

Instantly share code, notes, and snippets.

@sorenlouv
Created July 11, 2013 23:23
Show Gist options
  • Save sorenlouv/5980193 to your computer and use it in GitHub Desktop.
Save sorenlouv/5980193 to your computer and use it in GitHub Desktop.
My default keymappings for Sublime Text: - Toggle sidebar - Refresh sidebar - Search through files
[
{ "keys": ["super+b"], "command": "toggle_side_bar" },
{ "keys": ["ctrl+r"], "command": "refresh_folder_list" },
{ "keys": ["alt+space"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment