Skip to content

Instantly share code, notes, and snippets.

@heqiao
Created August 30, 2013 18:56
Show Gist options
  • Save heqiao/6393151 to your computer and use it in GitHub Desktop.
Save heqiao/6393151 to your computer and use it in GitHub Desktop.
Sublime Text
Ctrl + zoom
ctrl +d multiple select to replace
*shift + ctrl + p search to set different language and so on
ctrl + p search files
ctrl +r search method in a file
ctrl + i incremental search at the bottom.
alt + shift + w wrap lines in tags.
ctrl + enter start a new line after
shift + ctrl + enter start a new line before
use @ to find method in ctrl + p. find file + method from other files.eg. when you editing html, you want to go to the css file to add the background color.
Preference -> key binding can change the prefence of hot keys. keep in mind to use the user one in case that the default one will be overwritten by sublime update.
*snippet
Creat a snippet if you need it regualarly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment