This is a draft cheat sheet. It is a work in progress and is not finished yet.
Files/Buffers
<leader>x |
Close Buffer |
]b |
Next Buffer |
[b |
Previous Buffer |
- |
Open Oil (FS editor) |
<C-n> |
Open Filetree |
<leader>. |
Open Scratch Space |
<C-hjkl> |
Move between splits |
<S-h> |
Toggle hidden (oil, treeview) |
|
|
Completion
<C+y> |
Select/Accept |
<C+p> |
Select Prev |
<C+n> |
Select Next |
<C+c> |
Hide Menu |
<C+k> |
Show Signature |
<C+space> |
Open Docs |
<C+b> |
Scroll Doc Up |
<C+f> |
Scroll Doc Down |
<tab> |
Snippet Forward |
<S-tab> |
Snippet Backwards |
LSP Bindings
<leader>ca |
Goto Code Action |
<leader>cr |
Code Rename |
grr |
Goto References |
gri |
Goto Implementations |
grt |
Goto Type Definition |
grd |
Goto Definition |
grD |
Goto Declaration |
gl |
Show Local Diagnostics |
grl |
List Document Diagnostics |
grL |
List Workspace Diagnostics |
grs |
Goto Document Symbols |
grS |
Goto Workspace Symbols |
|
|
Vim Search
<leader>ff |
Find File |
<leader>fg |
Find Word (grep) |
<leader>fh |
Find Help |
<leader>fr |
Resume Last Find |
<leader>fs |
Find Scratch Space |
<leader>fw |
Find Word Under Cursor |
<leader>fW |
Find WORD Under Cursor |
<enter> |
Select File |
<C-s> |
Open in H Split |
<C-v> |
Open in V Split |
AeroSpace
<opt+/> |
Tile Mode |
<opt+,> |
Accordion More |
<opt+hjkl> |
Focus Window |
<S-opt+hjkl> |
Move window |
<opt+12345> |
View Workspace N |
<S-opt+12345> |
Move to Workspace N |
<S-opt+;> |
Toggle Special |
Special: f |
Toggle Window Float |
Special: <BS> |
Close all but current |
Special: <S-opt+hjkl> |
Join with |
|