Skip to content

Instantly share code, notes, and snippets.

@liwh
Created March 19, 2011 10:20
Show Gist options
  • Save liwh/877376 to your computer and use it in GitHub Desktop.
Save liwh/877376 to your computer and use it in GitHub Desktop.
⌘T – Go to File
⇧⌘T – Go to Symbol – This works in the same way as Go to File but for within a specific file.
⌘L – Go to Line
⇧⌘L – Select Line
⌃⌘ + ARROW – Move Code
⇧⌃⌥V – Send selected to Pastie – Send the selected code over to Pastie with a private URL for sharing the code.
⌃S – Simple Search – Most folks know about ⌘F as it’s the same in most applications. This shortcut allows you to do a quick search in the current file iteratively.
⌘] and ⌘[ – Block indentation.
⌥⌘[ - Format Selection.
⇧⌃T – To-do list – This feature scans the project for code marked as ‘FIXME’, ‘TODO’ and ‘CHANGED’.
@liwh
Copy link
Author

liwh commented Mar 19, 2011

shift + return : create function

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment