fix: hx use explicit mode on match brackets
to cases where mode renaming could potentially give unexpected behaviour. Reverting 891a445ed43590f3a40b4058786a1405d6e2f077.
This commit is contained in:
parent
294e30f8ee
commit
7ae983a419
2 changed files with 4 additions and 5 deletions
|
|
@ -465,7 +465,7 @@
|
|||
|
||||
["x", "extend_line_below"],
|
||||
|
||||
["m m", "match_brackets"],
|
||||
["m m", "match_brackets", "helix_sel_mode"],
|
||||
["m a", "match", "select_textobject_around"],
|
||||
["m i", "match", "select_textobject_inner"],
|
||||
["m d", "match", "surround_delete"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue