zed/assets/keymaps
Nathan Sobo 0fd0b60bd6
vim: Fix code actions menu (#2650)
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))
2023-06-27 03:56:08 -06:00
..
atom.json Add pane activation bindings for Atom keymap 2023-06-18 02:05:25 -04:00
default.json Re-enable buffer search in assistant 2023-06-23 09:57:31 +02:00
jetbrains.json editor: add select previous command (#2556) 2023-06-02 17:32:34 +02:00
sublime_text.json
textmate.json
vim.json vim: Fix code actions menu 2023-06-26 21:46:06 -06:00