Show Menu
Cheatography

matzh daily Keyboard Shortcuts (DRAFT) by

basic keybindings for myself

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Code navigation

open recent files
C-x b
Split or Restore editors in group
C-x / | C-x S-/
Move editor to the right or left group
M-l or M-k | M-h or M-j
Maximize or Restore current editor
C-x 1 | C-x S-=
 

Focus on views

Focus on workspace
C-c c | M-0
Focus on code search view
C-u s
Focus on source control
C-c f
Focus on breadcrumb
C-c ;
Show current in breadcrumb
C-c '
Find symbols in current file
C-x g
Find symbols in workspace
C-x S-g
Open build, header, impl
C-u b, h, i
Focus on outline view
C-u o
Do code search
C-c s
Open in code search
C-u S-s
Smart selection expand­/shrink
C-M-space | S-M-space
Toggle match whole word in search
C-M-w
Selection anchor
Cmd-k Cmd-b
Selection from anchor to cursor
Cmd-k Cmd-k
Expand line selection
Cmd-l
Replace and confirm replace all
S-Cmd-r | Cmd-enter
Create a new folder
C-c C-o
Create a new file
C-c C-f
 

Debugging

Build and Test
C-c b, v
Build and Test Tasks
C-m b, v