Fix enter in search

This commit is contained in:
Conrad Irwin 2023-07-20 19:41:38 -06:00
parent 4557adf693
commit 7337910034
5 changed files with 35 additions and 8 deletions

View file

@ -91,6 +91,7 @@ impl VimState {
pub fn keymap_context_layer(&self) -> KeymapContext {
let mut context = KeymapContext::default();
context.add_identifier("VimEnabled");
context.add_key(
"vim_mode",
match self.mode {