mirror of
https://github.com/zdharma-continuum/zinit-configs.git
synced 2025-01-31 04:08:16 +01:00
92f7b7ff82
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
12 lines
440 B
Diff
12 lines
440 B
Diff
Remove overwriting bindkey
|
|
--- hlissner---zsh-autopair/autopair.zsh 2020-11-06 16:54:27.410262798 -0500
|
|
+++ hlissner---zsh-autopair/autopair.zsh-patch 2020-11-06 16:54:41.395204729 -0500
|
|
@@ -211,8 +211,6 @@
|
|
done
|
|
|
|
bindkey "^?" autopair-delete
|
|
- bindkey "^h" autopair-delete
|
|
bindkey -M isearch "^?" backward-delete-char
|
|
- bindkey -M isearch "^h" backward-delete-char
|
|
}
|
|
[[ -n $AUTOPAIR_INHIBIT_INIT ]] || autopair-init
|