We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
plugin/history
1 parent 1f87478 commit de3b17eCopy full SHA for de3b17e
plugins/available/history-search.plugin.bash
@@ -1,9 +1,6 @@
1
# shellcheck shell=bash
2
about-plugin 'search history using the prefix already entered'
3
4
-# Load after the history plugin
5
-# BASH_IT_LOAD_PRIORITY: 375
6
-
7
# enter a few characters and press UpArrow/DownArrow
8
# to search backwards/forwards through the history
9
if [[ ${SHELLOPTS} =~ (vi|emacs) ]]; then
plugins/available/history-substring-search.plugin.bash
about-plugin 'search history using the substring already entered'
0 commit comments