Add comments.

This commit is contained in:
Gea-Suan Lin
2023-12-15 03:23:55 +08:00
parent bd6d6d6874
commit 66ad554ac7

2
.zshrc
View File

@@ -88,6 +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
#
# Workaround for tmux over macOS environment:
bindkey "\e[A" history-beginning-search-backward-end bindkey "\e[A" history-beginning-search-backward-end
bindkey "\e[B" history-beginning-search-forward-end bindkey "\e[B" history-beginning-search-forward-end
# #