diff --git a/.zshrc b/.zshrc index 76e27c2..312f494 100644 --- a/.zshrc +++ b/.zshrc @@ -47,6 +47,9 @@ 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 +# if [[ "`uname -s`" == "FreeBSD" || "`uname -s`" == "Darwin" ]]; then alias "ls=/bin/ls -aFG" alias "tmux=TERM=xterm-256color /usr/local/bin/tmux"