Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(completion): improve copilot-cmp defaults #129

Merged
merged 1 commit into from
Apr 8, 2023

Conversation

parK-dev
Copy link
Contributor

@parK-dev parK-dev commented Apr 8, 2023

  • Re-enable C-e to turn off cmp window to see overlapping hidden copilot suggestion without losing said suggestion
  • Add C-x and C-z mappings to go to next and previous copilot suggestions

This suggestion comes from an issue I have been having where whenever copilot gives a multi-line suggestion the overlapping cmp window hides it. By re-enabling C-e we can quickly shutoff the window without losing the suggestion and then we can go through them using the new mappings I added.

Screenshot 2023-04-09 at 2 02 55

… window to see hidden copilot suggestion and add C-x and C-z mappings to go to next and previous copilot suggestions
@mehalter mehalter changed the title feat: improve copilot-cmp defaults feat(completion): improve copilot-cmp defaults Apr 8, 2023
Copy link
Member

@mehalter mehalter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Thanks!

@mehalter mehalter merged commit 62599e1 into AstroNvim:main Apr 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants