diff --git a/.zshrc b/.zshrc index c233321..7e460ea 100644 --- a/.zshrc +++ b/.zshrc @@ -97,8 +97,8 @@ zle -N _jump ## Keybindings bindkey -e -bindkey '^[[A' history-substring-search-up -bindkey '^[[B' history-substring-search-down +bindkey '^[[A' history-beginning-search-backward +bindkey '^[[B' history-beginning-search-forward bindkey '^P' history-beginning-search-backward bindkey '^N' history-beginning-search-forward bindkey '^g' _jump