mle
mle copied to clipboard
Add < and > to bracket toggle
I find this useful when working with html or jsx.
Hi @NuclearKev, the reason I didn't add <
and >
is because then the editor would then attempt to match / underline random pairs of greater-than and less-than operators when cursoring around, which is undesirable. What do you think about adjusting cmd_move_until_forward/back
and/or cmd_search
to accept a static param, which would then enable you to make your own move-to-character or move-to-regex bindings? (Need to add cmd_rsearch(_next)
for reverse searching while we're on the subject. That is way overdue.)
I'd think adjusting the move_until functions would be best. However, this seems to me like something that could just be done in a lua extension.