This is a draft cheat sheet. It is a work in progress and is not finished yet.
Files/Buffers/General
<leader>x |
Close Buffer |
]b/[b |
Next/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) |
]s/[s |
Next/Previous Spell |
z= |
Spell Suggestions |
zg |
Add Word to dictionary |
zw |
Mark Word as bad |
Fzf Search
<leader>fb |
Find Buffer |
<leader>ff |
Find File |
<leader>fg |
Find Word (grep) |
<leader>fh |
Find Help |
<leader>fk |
Find Keymapping |
<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 |
|
|
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 |
]d |
Next Diagnostic |
[d |
Prev diagnostic |
|
|
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 Alt Mode |
Alt: f |
Toggle Window Float |
Alt: <BS> |
Close all but current |
Alt: <S-opt+hjkl> |
Join with |
Ghostty
<D-d> |
Split Right |
<S-D-d> |
Split Down |
<D-]> |
Select Next Split |
<D-[> |
Select Prev Split |
<D-PgUp> |
Scroll Up |
<D-PgDn> |
Scroll Down |
Zathura
hjkl |
Scroll Direction |
J/K |
Page Up/Down |
<C-d> |
Half Page Down |
<C-u> |
Half Page Up |
gg |
First Page |
G |
Last Page |
#<S-g> |
Goto Page # |
q |
Quit |
|