You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to add a forced join keymap to my config, but apparently passing a preset like this to the toggle and join methods is ignored: { max_join_length = 999 }.
I would love if I could disable the max join length feature on demand. Ideally this would be done via a separate boolean setting or setting max_join_length = 0.
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to add a forced join keymap to my config, but apparently passing a preset like this to the
toggle
andjoin
methods is ignored:{ max_join_length = 999 }
.I would love if I could disable the max join length feature on demand. Ideally this would be done via a separate boolean setting or setting
max_join_length = 0
.The text was updated successfully, but these errors were encountered: