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
auto-pairs seems not to understand existing matching pairs, which makes it awkward to prepend an item to a list of quoted items. The first " entered is consumed instead of emitted, which means to add "a" to the beginning of ["b", "c"] you end up typing " three times ("a", "). See the example below.
Summary
auto-pairs seems not to understand existing matching pairs, which makes it awkward to prepend an item to a list of quoted items. The first
"
entered is consumed instead of emitted, which means to add"a"
to the beginning of["b", "c"]
you end up typing"
three times ("a", "
). See the example below.Reproduction Steps
Can be reproduced with default configs.
This is what I would have expected (cursor is
|
):This is what happens instead:
Helix log
Platform
macOS
Terminal Emulator
ghostty 1.0.1
Installation Method
brew
Helix Version
helix 25.1 (dabfb6c)
The text was updated successfully, but these errors were encountered: