diff --git a/dot-config/zsh/dot-zshrc b/dot-config/zsh/dot-zshrc index 085f37a..7365ef6 100644 --- a/dot-config/zsh/dot-zshrc +++ b/dot-config/zsh/dot-zshrc @@ -12,6 +12,8 @@ zinit cdreplay -q # Keybinding bindkey -e +bindkey '^p' history-search-backward +bindkey '^n' history-search-forward # History HISTSIZE=5000