Replies: 1 comment 2 replies
-
You can map this for yourself in config: # ~/.config/helix/config.toml
[keys.normal]
ins = "insert_mode"
[keys.insert]
ins = "normal_mode" |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In normal mode, pressing the Ins key, I would expect it to change to insert mode. Exactly like pressing
i
.In turn, when pressed while in insert mode, it could perhaps switch back to normal mode?
Helix: 23.03
Terminal: GNOME Terminal
Beta Was this translation helpful? Give feedback.
All reactions