Using 'M' as default for selecting inner brackets #2266
-
I would like to suggest using 'M' to default to selecting inner text object, this would make changing and deleting text inside these objects easier . This is a very common use and i think having this as default would be great. Another Reason for having this as default would be that in vim the same thing requires fewer key strokes |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can bind this in your [keys.normal]
"M" = "select_textobject_inner" Golf-wise, many consider Shift to count as a keystroke so |
Beta Was this translation helpful? Give feedback.
You can bind this in your
config.toml
:Golf-wise, many consider Shift to count as a keystroke so
M
isn't really better thanmi
. Plus part of the vision is to prize consistency and ease of memory over brevity (see here). Whether you usemi
orma
orms
more depends on how you end up using Helix so choosing one to get a special keybind is contentious.