Fix enter in search
This commit is contained in:
parent
4557adf693
commit
7337910034
5 changed files with 35 additions and 8 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue