edit prediction: Fix zeta: Rate completions action not working when using keybinding (#24569)

Release Notes:

- N/A
This commit is contained in:
Bennet Bo Fenner
2025-02-11 12:14:42 +01:00
committed by GitHub
parent a1d4bd94c9
commit 8c349057e5
6 changed files with 6 additions and 25 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
"ctrl-,": "zed::OpenSettings",
"ctrl-q": "zed::Quit",
"f11": "zed::ToggleFullScreen",
"ctrl-alt-z": "zeta::RateCompletions",
"ctrl-alt-z": "edit_prediction::RateCompletions",
"ctrl-shift-i": "edit_prediction::ToggleMenu"
}
},