zed/crates/vim
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
..
src Remove editor::Cancel binding from vim 2023-07-03 15:26:39 -06:00
test_data Fix remaining vim failures 2023-04-20 15:25:11 -06:00
Cargo.toml Eliminate assets crate 2023-06-06 11:46:46 -07:00