zed/assets
Joseph T. Lyons e602221dd3 Fix bug preventing the assist command from working in certain keymaps (#2669)
Fixes: https://github.com/zed-industries/community/issues/1712

The keymaps were adding in a `"cmd-enter": "editor::NewlineBelow",`
entry in the context of `Editor`, and this was clobbering the assist
command in the assistant panel context. Zed now defines this command in
the default keymap under the context of `"context": "Editor && mode ==
full"`. All I needed to basically do was remove that command from the
keymaps. I also removed the `"cmd-shift-enter": "editor::NewlineAbove"
from the `Editor` context in those keymaps as wel, as it is also defined
in the default keymap.

Release Notes:

- Fix bug preventing the `assistant: assist` command from working in
certain keymaps
2023-06-30 13:33:35 -04: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 Merge branch 'main' into collab-titlebar-2 2023-06-27 15:40:43 +02:00
keymaps Fix bug preventing the assist command from working in certain keymaps (#2669) 2023-06-30 13:33:35 -04: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