`gd` (goto definition when LSP is active) `gy` (goto type definition) `gr` (goto references) `gi` (goto implementation) `k` (show documentation for item under cursor) `s` (show picker for symbols in file) `S` (show picker for symbols in workspace) `d` (document diagnostics picker for file) `D` (document diagnostics picker for workspace) `r` (rename symbol) `a` (apply code action, not show what that means though...) `h` (select symbol references) `]d` (goto next diagnostic) `[d` (goto previous diagnostic) `]D` (goto last diagnostic in document) `[D` (goto first diagnostic in document)