Skip to content

Instantly share code, notes, and snippets.

@piratefsh
Last active February 18, 2016 11:10
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save piratefsh/4d63175b44161a39d2cc to your computer and use it in GitHub Desktop.
Save piratefsh/4d63175b44161a39d2cc to your computer and use it in GitHub Desktop.
command prompt:
cmd+p
package command prompt:
cmd+shift+p
select lines:
shift+ up/down
moving lines:
cmd+shift+up/down
move by word:
cmd+left/right
move to start of line:
ctrl+a (mac)
home (windows)
move to end of line:
ctrl+e (mac)
end (windows)
find in file:
cmd+f
find and replace in file:
cmd+opt+f
find in all files:
cmd+shift+f
multiple cursor:
cmd+click
multiple cursor with select:
select lines
cmd+shift+l
search for file:
cmd+p
search for symbols (functions/classes)
cmd+r
show all symbols
cmd+shift+r
jump to line
cmd+p
:<line number>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment