Log of every command, that I learn on my (bei)vim journey.
General
:Ex- Switch to explorer<number>G- e.g.36Gjumps to line 36ctrl-O- jump backctrl-I- jump forward
LazyVim
:Lazy- View the LazyVim menu. Exit from it viax
Telescope
\ff- find Filets\fg- grep (rg)\fb- buffers\fh- help tags
Gitsigns (LazyVim Plugin)
Those are all custom keymaps
\gd- to show git diff split-screen\gq- to exit git diff and return to normal view\gh- enter git hunk search mode (uncommitted changes)n- for next uncommitted changeN- for previous uncommitted changeEsc- to exit hunk search mode
\gr- refresh gitsigns and reload buffer