Cannot remap editor::ConfirmCompletion from "tab" to another keystroke to insert Copilot suggestions #8712
Closed
1 task done
Labels
autocompletions
Feedback for code completions in the editor
bug
[core label]
keymap / key binding
Feedback for keyboard shortcuts, key mapping, etc
vim
Check for existing issues
Describe the bug / provide steps to reproduce it
Might be related to #8707
Since "tab" is performing both tabs insertion and confirmation of copilot suggestions, I wanted to differentiate between the two operations.
To add a tab I provided this binding:
To confirm the copilot completion I tried all the following bindings (trying both
ctrl-cmd-k
andctrl-cmd-tab
), but none of them is working:So it seems like the
editor::ConfirmCompletion
is not the right action, becausectrl-cmd-n
andctrl-cmd-p
are working fineEnvironment
Zed: v0.124.8 (Zed)
OS: macOS 14.0.0
Memory: 32 GiB
Architecture: aarch64
If applicable, add mockups / screenshots to help explain present your vision of the feature
Trying to hit
ctrl-cmd-k
orctrl-cmd-tab
does not insert the suggested snippet from copilotIf applicable, attach your
~/Library/Logs/Zed/Zed.log
file to this issue.If you only need the most recent lines, you can run the
zed: open log
command palette action to see the last 1000.No response
The text was updated successfully, but these errors were encountered: