zsh-autopair
zsh-autopair copied to clipboard
Auto-close and delete matching delimiters in zsh
This is _sort of_ a fix for #18, although in my shell, `Alt + Backspace` doesn't seem to delete a whole word. `Ctrl + w` _does_, though (it's a readline...
Do you happen to have any of the older versions (specifically revision 6) on your computer still? I'm looking to archive all the versions of your map (in order to...
See https://github.com/Homebrew/homebrew-core/blob/master/Formula/zsh-autopair.rb
### What would you like to know? If i were to paste something like ```shell if [[ -z "${DEPLOY_ENV}" ]]; then MY_SCRIPT_VARIABLE="Some default value because DEPLOY_ENV is undefined" else MY_SCRIPT_VARIABLE="${DEPLOY_ENV}"...