From 13531c95344cca0326b17eb454225c80841815ef Mon Sep 17 00:00:00 2001 From: Noah Gorny Date: Tue, 8 Mar 2022 00:02:23 +0200 Subject: [PATCH] lib: search: Increase delay in _bash-it-flash-term to 0.2 secs --- lib/search.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/search.bash b/lib/search.bash index 7073f879..247e6294 100644 --- a/lib/search.bash +++ b/lib/search.bash @@ -347,7 +347,7 @@ function _bash-it-flash-term() { local -i len="${1:-0}" # redundant local term="${2:-}" # as currently implemented, `$match` has already been printed to screen the first time - local delay=0.1 + local delay=0.2 local color [[ "${#term}" -gt 0 ]] && len="${#term}"