Add keybinding support for controlling inline ghost text (accept/dismiss) in Chat
Resolved 💬 3 comments Opened Feb 26, 2026 by knorwood Closed Mar 3, 2026
Feature Request
Currently there's no way to control inline ghost text suggestions in the chat input via keybindings. The Autocomplete context keybindings don't appear to affect ghost text — only dropdown-style autocomplete.
Desired Behavior
A dedicated action (e.g. ghostText:accept, ghostText:dismiss) would allow users to:
- Prevent
enterfrom accepting ghost text while still using it to submit messages - Optionally rebind ghost text acceptance to a different key (e.g.
tab)
Current Workaround
None. Setting enter: null in the Autocomplete context does not affect ghost text behavior.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗