diff --git a/plugins/available/history.plugin.bash b/plugins/available/history.plugin.bash index efd33981..528548ef 100644 --- a/plugins/available/history.plugin.bash +++ b/plugins/available/history.plugin.bash @@ -2,7 +2,7 @@ cite about-plugin about-plugin 'history manipulation' # enter a few characters and press UpArrow/DownArrow # to search backwards/forwards through the history -if [ -t 1 ] +if [[ ${SHELLOPTS} =~ (vi|emacs) ]] then bind '"":history-search-backward' bind '"":history-search-forward'