Why can't we rebind the dot character, and why is repeating inserts privileged? #7411
-
Is there a technical reason for not allowing the dot key to be rebound, or for not allowing any other binding to repeat the last insert? I'd like to use the dot and comma keys to group selection-related stuff:
Note: I have other bindings for indent and dedent, so I can then use the semi-colon/colon key for commands and macros. I find it more intuitive to group similar operations on the same keys, but binding |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It's currently hard-coded but it could probably be refactored as a command: #1488 (comment) |
Beta Was this translation helpful? Give feedback.
It's currently hard-coded but it could probably be refactored as a command: #1488 (comment)