From 66ad554ac741f4b45b6a512c49d413ea89446dde Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Fri, 15 Dec 2023 03:23:55 +0800 Subject: [PATCH] Add comments. --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index 8203605..497f2aa 100644 --- a/.zshrc +++ b/.zshrc @@ -88,6 +88,8 @@ bindkey "${terminfo[cud1]}" history-beginning-search-forward-end bindkey "${terminfo[cuu1]}" history-beginning-search-backward-end bindkey "${terminfo[kcud1]}" history-beginning-search-forward-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[B" history-beginning-search-forward-end #