Fix pairing.
This commit is contained in:
4
.zshrc
4
.zshrc
@@ -88,8 +88,8 @@ bindkey "${terminfo[cud1]}" history-beginning-search-forward-end
|
|||||||
bindkey "${terminfo[cuu1]}" history-beginning-search-backward-end
|
bindkey "${terminfo[cuu1]}" history-beginning-search-backward-end
|
||||||
bindkey "${terminfo[kcud1]}" history-beginning-search-forward-end
|
bindkey "${terminfo[kcud1]}" history-beginning-search-forward-end
|
||||||
bindkey "${terminfo[kcuu1]}" history-beginning-search-backward-end
|
bindkey "${terminfo[kcuu1]}" history-beginning-search-backward-end
|
||||||
bindkey "\e[A" history-beginning-search-forward-end
|
bindkey "\e[A" history-beginning-search-backward-end
|
||||||
bindkey "\e[B" history-beginning-search-backward-end
|
bindkey "\e[B" history-beginning-search-forward-end
|
||||||
#
|
#
|
||||||
my-backward-delete-word() {
|
my-backward-delete-word() {
|
||||||
local WORDCHARS=${WORDCHARS/\//}
|
local WORDCHARS=${WORDCHARS/\//}
|
||||||
|
|||||||
Reference in New Issue
Block a user