Skip to content

Instantly share code, notes, and snippets.

@ehuynh
Last active October 20, 2016 17:49
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ehuynh/5431707 to your computer and use it in GitHub Desktop.
Save ehuynh/5431707 to your computer and use it in GitHub Desktop.
Xcode shortcuts
  • ⌘ - command
  • ⌥ - option
  • ⌃ - control
  • ⇧ - shift
  • ⏎ - return
Command KeyBinding
Jump to definition ⌃⌘J
Show standard editor ⌘⏎
Show assistant editor ⌘⌥⏎
Copy to assistant editor ⌘⌥,
quick open ⌘⇧o
quick open and then open in assitant editor ⌘⇧o then select the file by ⌥⏎
switch between panels ⌘j
edit all variables in local scope (multiple cursors) ⌃⌘e
find next ⌘g
show/hide left panel ⌘0
show/hide right panel ⌘⌥0
show/hide console ⌘⇧Y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment