Document completion menu bindings (#10994)

* Update keymap.md

* Update keymap.md

* Update keymap.md
pull/11241/merge
chtenb 2 months ago committed by GitHub
parent 779ce41a1f
commit e884daea41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -320,10 +320,14 @@ Displays documentation for item under cursor. Remapping currently not supported.
Displays documentation for the selected completion item. Remapping currently not supported. Displays documentation for the selected completion item. Remapping currently not supported.
| Key | Description | | Key | Description |
| ---- | ----------- | | ---- | ----------- |
| `Shift-Tab`, `Ctrl-p`, `Up` | Previous entry | | `Shift-Tab`, `Ctrl-p`, `Up` | Previous entry |
| `Tab`, `Ctrl-n`, `Down` | Next entry | | `Tab`, `Ctrl-n`, `Down` | Next entry |
| `Enter` | Close menu and accept completion |
| `Ctrl-c` | Close menu and reject completion |
Any other keypresses result in the completion being accepted.
##### Signature-help Popup ##### Signature-help Popup

Loading…
Cancel
Save