Open
Description
Even with editor.evil=false
, evil-helix still collapses selections when entering insert mode.
The problem is that EvilCommands::is_enabled()
always returns true
:
evil-helix/helix-term/src/commands/evil.rs
Lines 127 to 129 in 8d82e9c
It is used here for example:
evil-helix/helix-term/src/commands.rs
Lines 2912 to 2916 in 8d82e9c