Honor default_mode in NormalBefore (#29518)
Addresses [this](https://github.com/zed-industries/zed/pull/28103#issuecomment-2832038415) comment. Release Notes: - Improved default helix keybindings
This commit is contained in:
parent
2a0be48875
commit
bf30beacc2
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ impl Vim {
|
|||
});
|
||||
});
|
||||
});
|
||||
self.switch_mode(Mode::Normal, false, window, cx);
|
||||
self.switch_mode(self.default_mode(cx), false, window, cx);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue