Files
oak-gpui/crates/vim/src
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
..
2023-06-27 04:13:24 -06:00
2023-06-22 12:11:14 -06:00
2023-06-27 04:13:24 -06:00
2023-04-20 15:25:11 -06:00
2023-07-03 15:26:39 -06:00
2023-07-03 15:26:39 -06:00
2023-06-22 12:11:14 -06:00