zed
zed copied to clipboard
Copilot accept keybinding
Check for existing issues
- [X] Completed
Describe the feature
I don't know if I'm the only one who interacts with copilot this way, but I find the biggest challenge of copilot is learning how to ignore it when the suggestions are bad. Something I find helps with that is separating out copilot accept into another key bind, instead of tying it to
Thank you, zed is super cool, really looking forward to seeing where it goes!
If applicable, add mockups / screenshots to help present your vision of the feature
No response
Is there any progress on this issue? It would make my workflow so much easier :) At the moment I just don't use Copilot as having the accept on Tab just intervenes too much while typing :/
Is there any progress on this issue? It would make my workflow so much easier :) At the moment I just don't use Copilot as having the accept on
Tabjust intervenes too much while typing :/
You can bind them to another keymap. Unfortunately, I don't think there's a dedicated action to accept copilot suggestions, but "editor::Tab" does the job for me. I'm currently using ctrl-j to accept Copilot's suggestion
"ctrl-j": "editor::Tab"
Is there any progress on this issue? It would make my workflow so much easier :) At the moment I just don't use Copilot as having the accept on
Tabjust intervenes too much while typing :/You can bind them to another keymap. Unfortunately, I don't think there's a dedicated action to accept copilot suggestions, but
"editor::Tab"does the job for me. I'm currently usingctrl-jto accept Copilot's suggestion"ctrl-j": "editor::Tab"
Thank you for your suggestion, the main issue I have is that I would like to deactivate accepting inline suggestions when pressing tab so that i can still press tab without accepting the suggestion.