zed/assets
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
..
contexts Fix annoying system prompt 2023-05-29 21:47:59 -06:00
fonts Move assets to their own crate, load keymaps in vim tests 2022-04-11 15:54:52 -07:00
icons Show quote selection button 2023-06-26 17:24:31 +02:00
keymaps vim: Fix code actions menu (#2650) 2023-06-27 03:56:08 -06:00
settings Move model and remaining tokens to assistant toolbar 2023-06-21 19:01:30 -06:00
themes WIP Re-case internal and experiment theme folders 2022-10-21 13:04:24 -04:00