diff --git a/zsh-history-substring-search.zsh b/zsh-history-substring-search.zsh index 19f87cb..9c16030 100644 --- a/zsh-history-substring-search.zsh +++ b/zsh-history-substring-search.zsh @@ -356,7 +356,7 @@ function _history-substring-search-up-history() { # going up from somewhere below the top of history else - zle up-history + zle up-line-or-history fi return true @@ -379,7 +379,7 @@ function _history-substring-search-down-history() { # going down from somewhere above the bottom of history else - zle down-history + zle down-line-or-history fi return true