diff --git a/.zshrc b/.zshrc index 10451d7..f23cc0b 100644 --- a/.zshrc +++ b/.zshrc @@ -66,8 +66,8 @@ key[PageUp]=${terminfo[kpp]} [[ -n "${key[PageDown]}" ]] && bindkey "${key[PageDown]}" end-of-buffer-or-history [[ -n "${key[PageUp]}" ]] && bindkey "${key[PageUp]}" beginning-of-buffer-or-history # -bindkey "" history-search-backward -bindkey "" history-search-forward +bindkey "" history-beginning-search-backward +bindkey "" history-beginning-search-forward # if [[ "`uname -s`" == "FreeBSD" || "`uname -s`" == "Darwin" ]]; then alias "ls=/bin/ls -aFG"