zsh-autopair overrides some existing keys like ", ' and such. Those keys can't be used with their original behaviour after zsh-autopair sourced if users have existing widgets for that.
Recently, owner of this plugin added two fallback for ^? (Backspace) and (Space) keys but apparently more general solution needed.
zsh-autopair overrides some existing keys like
",'and such. Those keys can't be used with their original behaviour after zsh-autopair sourced if users have existing widgets for that.Recently, owner of this plugin added two fallback for
^?(Backspace) and(Space) keys but apparently more general solution needed.