Auto-close and delete matching delimiters in zsh
Auto-close and delete matching delimiters in zsh
zsh-autopair$ echo 'source $(brew --prefix)/share/zsh-autopair/autopair.zsh' >> ~/.zshrc$ echo 'Type [ and it becomes [|]' # demonstrates auto-pairing$ echo 'In zsh: type (hello) then backspace at ) to remove both'