Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. Move focus: `⌘J`
  2. Move focus to next editor: `⌃\``
  3.  
  4. Navigate Backward:
  5. Ctrl + ⌘ + Left Cursor
  6.  
  7. Navigate Forward:
  8. Ctrl + ⌘ + Right Cursor
  9.  
  10. Open/Close Xcode console:
  11. `cmd+shift+y`
  12.  
  13. Jump to definition, but in the assistant editor:
  14. `cmd+opt+click`
  15.  
  16. Open/close navigators pane:
  17. `cmd+0`
  18.  
  19. Open/close inspectors pane:
  20. `cmd+opt+0`
  21.  
  22. Switch between navigators:
  23. `cmd+(1-8)`
  24.  
  25. Switch between inspectors:
  26. `cmd+opt+(1-8)`
  27.  
  28. Open assistant editor:
  29. `cmd+opt+enter`
  30.  
  31. Open versioning editor:
  32. `cmd+opt+shift+enter`
  33.  
  34. Close assistanc editor:
  35. `cmd+enter`
  36.  
  37. Show document items (once this is displayed you can just type to filter):
  38. `ctrl+(1-6)`
  39.  
  40. Pause/continue debugger:
  41. `ctrl+cmd+y`
  42.  
  43. Clean build folder:
  44. `opt+cmd+shift+k`
  45.  
  46. Clear the console:
  47. `cmd+k`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement