add autopairs to the editor

This commit is contained in:
2026-03-19 11:50:41 +02:00
parent ed557e6819
commit d43365ca73
3 changed files with 21 additions and 13 deletions

View File

@@ -36,6 +36,7 @@ The **Leader Key** is set to `Space`.
### Navigation & Searching
| Action | Keybinding | Description |
| :--- | :--- | :--- |
| **Dashboard** | `<leader>;` | Open the MzansiVim Dasboard. |
| **File Explorer** | `<leader>cd` | Open the built-in Netrw explorer. |
| **Find Files** | `<leader>ff` | Fuzzy find files in your project. |
| **Live Grep** | `<leader>fg` | Search for specific text across all files. |