zed/assets/keymaps
Conrad Irwin 0733e8d50f Remove editor::Cancel binding from vim
When you hit <escape> in the command palette, it first editor::Cancel
because the command palette is also a focused editor; this binding was
catching before the `menu::Cancel` that you probably want.

From looking at the uses of editor::Cancel it seems like the only way to
trigger this is with <escape> in an editor. Rather than trying to hook
into the existing editor cancel and add vim-specific behaviour, we'll
instead take responsibility for binding directly to <escape> when
necessary.

Fixes: zed-industries/community#1347
2023-07-03 15:26:39 -06:00
..
atom.json Fix bug preventing the assist command from working in certain keymaps 2023-06-30 13:27:48 -04:00
default.json Bind cmd-? to assistant::toggle_focus 2023-06-28 11:43:24 +02:00
jetbrains.json editor: add select previous command (#2556) 2023-06-02 17:32:34 +02:00
sublime_text.json Fix bug preventing the assist command from working in certain keymaps 2023-06-30 13:27:48 -04:00
textmate.json Fix bug preventing the assist command from working in certain keymaps 2023-06-30 13:27:48 -04:00
vim.json Remove editor::Cancel binding from vim 2023-07-03 15:26:39 -06:00