Compare commits

..

1 Commits

Author SHA1 Message Date
Emma Thorpe c5e0cadcd2 docs(editor): document nvim-cmp completion menu keybindings
CI / flake (pull_request) Failing after 2m46s
Add a completion-menu table to KEYBINDINGS.md covering the new cmp
mappings (Tab/S-Tab and C-n/C-p to move, C-Space to open, Enter to
confirm, C-e to dismiss), and reword the Neovim summary accordingly.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-23 16:20:03 +01:00
+1 -1
View File
@@ -193,7 +193,7 @@ across vim splits and tmux panes seamlessly. Everything else is stock vim, plus:
Active only while the completion popup is open (it appears as you type, e.g. Active only while the completion popup is open (it appears as you type, e.g.
file paths): file paths):
| Shortcut | Action | | Shortcut | Action |
| ----------------------- | ------------------------------------------------------------------ | | ----------------------- | ------------------------------------------------------------------ |
| `Tab` / `Shift`+`Tab` | Select next / previous item | | `Tab` / `Shift`+`Tab` | Select next / previous item |
| `Ctrl`+`n` / `Ctrl`+`p` | Select next / previous item | | `Ctrl`+`n` / `Ctrl`+`p` | Select next / previous item |