-
this did not work [keys.normal]
C-s = ["normal_mode", ":write"] |
Beta Was this translation helpful? Give feedback.
Answered by
mweihs
Apr 7, 2025
Replies: 1 comment 1 reply
-
Well, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tshepang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well,
[keys.normal]
means keybindings when you are in normal mode. You want to go to normal mode, so write it in the[keys.insert]
section.