Skip to content

Instantly share code, notes, and snippets.

@Ketouem
Created January 18, 2016 10:22
Show Gist options
  • Save Ketouem/77f21f79f3a32b40ec8a to your computer and use it in GitHub Desktop.
Save Ketouem/77f21f79f3a32b40ec8a to your computer and use it in GitHub Desktop.
Useful SublimeText keyboard shortcuts
  • Ctrl(Cmd)+Shift+R: Search symbol in project
  • Ctrl(Cmd)+R: Search symbol in current file
  • Ctrl(Cmd)+P: Search file
  • Ctrl(Cmd)+Shift+P: Display list of commands
  • Ctrl(Cmd)+K, Ctrl(Cmd)+Shift+Up: Split Pane and sends to right pane
  • Ctrl(Cmd)+/: Toggle comment
  • Ctrl(Cmd)+Shift+Space: Select all in current scope
  • Ctrl+G: Go to line
  • Ctrl(Cmd)+F: Search in current file
  • Ctrl(Cmd)+Shift+F: Search & replace (in folders)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment