Remapping ; to : #4064
-
Hey all! Sorry if this is a feature somewhere already, but I've been struggling to enable this in helix. I'm coming from vim, where in my vimrc I added (to adjust for my bored/clumsy typing style):
This allows me to touch the ; key like shift is already pressed, and then I can add whatever other command I want. I'm aware this might be some kind of programming sin -- however, vim is not nice to an accidental
It seems this fails because ':' is not a name of a typeable command, because everything has to be a complete command it seems. Is there a way to map to a partial command? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think it's: |
Beta Was this translation helpful? Give feedback.
I think it's:
";" = "command_mode"