45

Jump Bar is very nice tool for navigating inside your file. jump bar

Is there any way to open it and navigate there only with keyboard?

yas375
  • 3,940
  • 1
  • 24
  • 33

2 Answers2

101

I found it!

It's called "Document Items". In documentation it's called "Jump Bar" and in key bindings it's called "document items". Not very clear... Anyway, the default key binding is Ctrl+6.

document items

yas375
  • 3,940
  • 1
  • 24
  • 33
6

It is also interesting that Xcode has shortcuts for other selection in jump bars. Try ctrl+1 through ctrl+5 as well.

Gerold Meisinger
  • 4,500
  • 5
  • 26
  • 33
Sangcheol Choi
  • 841
  • 1
  • 12
  • 19
  • 3
    Ctrl+3 actually invokes "Show Next History". You can see all of them (Ctrl+1, Ctrl+2, ... , Ctrl+6) by navigating View -> Standard Editor menu item. – Andrii Polunin Apr 09 '14 at 12:36