Updated keybinds for which-key integration

This commit is contained in:
2025-01-31 17:06:59 +11:00
parent 21e9cf9f6c
commit 585d8eb7a1
18 changed files with 330 additions and 208 deletions

View File

@@ -170,8 +170,8 @@ Extensible fuzzy finder for NeoVim
|---------|---------------|------|
| `<leader>pf` | Find files | Normal |
| `Ctrl + p` | Find git files | Normal |
| `<leader>pws` | Search files for `<cword>` (word the cursor is on) | Normal |
| `<leader>pWs` | Search files for `<cWORD>` (WORD the cursor is on) | Normal |
| `<leader>pw` | Search files for `<cword>` (word the cursor is on) | Normal |
| `<leader>pW` | Search files for `<cWORD>` (WORD the cursor is on) | Normal |
| `<leader>ps` | Search files with grep | Normal |
| `<leader>vh` | Search builtin documentation | Normal |