hlissner / zsh-autopair

Auto-close and delete matching delimiters in zsh
MIT License
509 stars 37 forks source link

Auto delete delimiters with Alt + Backspace #18

Closed mawkler closed 6 months ago

mawkler commented 6 years ago

I love this plugin so much. But one thing that sorta bothers me is this:

Typing " once gives me this "|" (where | is the cursor).

Pressing Backspace once removes both quotes.

I feel like Alt + Backspace (for removing whole word) should have the same behviour as just Backspace, which it currently doesn't. Alt + Backspace currently only removes the left ".

hlissner commented 6 months ago

As of #34, this should be resolved. Thanks for bringing it to my attention!