Describe the feature or problem you'd like to solve
When an inline suggestion is visible, Ctrl+E should accept it, matching common Emacs-style terminal behavior. Otherwise, it should continue moving the cursor to the end of the line.
Proposed solution
Make Ctrl+E context-sensitive:
• If an inline suggestion is visible, accept the entire suggestion.
• If no inline suggestion is visible, keep the existing behavior of moving the cursor to the end of the line.
Example prompts or workflows
I type:
Explain the changes in src/
Copilot displays a ghost suggestion:
Explain the changes in src/auth.ts since the last commit
Pressing Ctrl+E should accept the full ghost text. If there is no ghost suggestion, Ctrl+E should simply move the cursor to the end of the current line.
Additional context
No response
Describe the feature or problem you'd like to solve
When an inline suggestion is visible, Ctrl+E should accept it, matching common Emacs-style terminal behavior. Otherwise, it should continue moving the cursor to the end of the line.
Proposed solution
Make Ctrl+E context-sensitive:
• If an inline suggestion is visible, accept the entire suggestion.
• If no inline suggestion is visible, keep the existing behavior of moving the cursor to the end of the line.
Example prompts or workflows
I type:
Explain the changes in src/
Copilot displays a ghost suggestion:
Explain the changes in src/auth.ts since the last commit
Pressing Ctrl+E should accept the full ghost text. If there is no ghost suggestion, Ctrl+E should simply move the cursor to the end of the current line.
Additional context
No response