installation-fix #20

Merged
yaso_meth merged 2 commits from installation-fix into main 2026-03-20 12:16:25 +00:00
Showing only changes of commit c777ce8d74 - Show all commits

View File

@@ -56,7 +56,7 @@ The **Leader Key** is set to `Space`.
| **Hover Docs** | `K` | Display documentation for the symbol under cursor. |
| **Go to Definition**| `gd` | Jump to the source code of a function/variable. |
| **Code Actions** | `<leader>ca` | Show available fixes or refactors. |
| **Align File** | `<leader>rn` | Auto align file. |
| **Align File** | `<leader>af` | Auto align file. |
| **References** | `gr` | List all places where a symbol is used. |
| **Rename** | `<leader>rn` | Rename all occurrences of the symbol. |