ZIm/crates/vim/src/normal
Sanjeev Shrestha ab189b898d
vim: Fix escape key switching back to default mode instead of normal mode (#31843)
Closes #31728

This PR introduced new setting `"helix_mode"`. Enabling which will
enable the `vim_mode` along with `helix` behavior.

This solves issue where `vim`'s `default_mode` was being used to switch
between mode instead of opening in `default_mode`.

When `helix_mode` is enabled switcing to `Normal mode` will now switch
to `HelixNormal`


Release Notes:

- Fixed - escape key not switching to normal mode when default_mode is
insert
- Added - `helix_mode` setting to enable/disable helix key bindings

---------

Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
2025-06-18 21:26:12 +00:00
..
change.rs vim: Change line up and change line down respect indentation (#28934) 2025-04-17 20:51:24 -06:00
convert.rs vim: Add some forced motion support (#27991) 2025-04-11 11:12:30 -06:00
delete.rs vim: Fix end of paragraph deletion when there's no blank lines (#29490) 2025-04-29 19:34:51 +00:00
increment.rs vim: Add some forced motion support (#27991) 2025-04-11 11:12:30 -06:00
mark.rs Add :delm[arks] {marks} command to delete vim marks (#31140) 2025-06-02 13:18:28 -06:00
paste.rs vim: Fix escape key switching back to default mode instead of normal mode (#31843) 2025-06-18 21:26:12 +00:00
repeat.rs vim: Add some forced motion support (#27991) 2025-04-11 11:12:30 -06:00
scroll.rs vim: Add horizontal scrolling support in vim mode (#32558) 2025-06-13 00:17:15 -06:00
search.rs vim: Handle case sensitive search editor setting (#32276) 2025-06-09 06:12:23 -04:00
substitute.rs vim: Add some forced motion support (#27991) 2025-04-11 11:12:30 -06:00
toggle_comments.rs vim: Add some forced motion support (#27991) 2025-04-11 11:12:30 -06:00
yank.rs debugger: Parse and highlight text with ANSI escape sequences (#32915) 2025-06-17 23:39:31 -04:00