-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
docs: Update completion keybindings and fix typos #24113
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
- `editor: accept partial inline completion` (`ctrl-cmd-right`): To accept the current inline completion up to the next word boundary | ||
- `editor: show inline completion` (`alt-tab`): Trigger an inline completion request manually | ||
- `editor: next inline completion` (`alt-tab`): To cycle to the next inline completion | ||
- `editor: previous inline completion` (`alt-shift-tab`): To cycle to the previous inline completion |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- `editor: show inline completion` (`alt-\`): Trigger a inline completion request manually | ||
- `editor: next inline completion` (`alt-]`): To cycle to the next inline completion | ||
- `editor: previous inline completion` (`alt-[`): To cycle to the previous inline completion | ||
- `editor: accept partial inline completion` (`ctrl-cmd-right`): To accept the current inline completion up to the next word boundary |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much! Great first PR :)
Release Notes: