mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 01:34:16 +03:00
0fd0b60bd6
Fixes: zed-industries/community#1690 I'm not sure this is the correct way to fix this... * A simpler approach would be to just say `!showing_code_actions` in the binding file (as `showing_completions` can only happen in insert mode - and `VimControl` will be false). This seemed a little error prone if more menus were added in the future. * A more complicated approach would be to copy the way this is done from the MouseContextMenu, which registers its own keyboard shortcuts, and as such uses those when it's open. This seems "more correct", but is a major refactoring for a very small reward. Release Notes: - vim: Fix code actions menu ([#1690](https://github.com/zed-industries/community/issues/1690)) |
||
---|---|---|
.. | ||
atom.json | ||
default.json | ||
jetbrains.json | ||
sublime_text.json | ||
textmate.json | ||
vim.json |