sebastiandaschner blog
IntelliJ Navigation Shortcuts You Need to Know
monday, february 06, 2023In this video, I’m showing IntelliJ navigation shortcuts that you need to know as Java developer. Just with a handful of shortcuts, we can reach the point where we don’t have to touch the mouse anymore in our usual workflow, and thus increase the focus and reduce friction.
Navigation Shortcuts
Ctrl+B or ⌘ B | Go to declaration / usage |
Ctrl+Alt+B or ⌥ ⌘ B | Go to implementations |
Ctrl+U or ⌘ U | Go to super method |
Ctrl+Alt+Left/Right or ⌘ [ / ] | Go back / forward |
Ctrl+N or ⌘ O | Go to class |
Ctrl+Shift+N or ⇧ ⌘ O | Go to file |
Shift+Shift | Find all |
Alt+1 or ⌘ 1 | Project view |
Esc | Focus editor |
Alt+F1+Enter or ⌥ F1 | Jump to file in project view |
Alt+Left/Right or ⇧ ⌘ ] / [ | Switch open editor tabs |
More Resources
- Developer Productivity Masterclass
- Executing IntelliJ actions with IdeaVim
- IntelliJ Live Templates You Need to Know
- My favorite IdeaVim features (Video)
- My Dotfiles on GitHub
Found the video useful? Then you might enjoy my Developer Productivity Masterclass.