write quit shortcut? #4112
-
Sorry if this is spam, I tried joining the matrix room but my Element matrix client wouldn't allow me (not sure what I am doing wrong). I like using "ZZ" (Shift + z + z) to quit vim. tried remapping but that gave an error Is this remapping possible? How would I do it? What is the helix way to quickly and easily write and quit? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Very close, I have it working like this [keys.normal]
Z = {Q = ":quit!", Z = ":write-quit!"} in my |
Beta Was this translation helpful? Give feedback.
-
perhaps an automatic save based on minimum number of actions or edits would also be a good addition? |
Beta Was this translation helpful? Give feedback.
Very close, I have it working like this
in my
.config/helix/config.toml
.