Skip to content

Commit 13531c9

Browse files
committed
lib: search: Increase delay in _bash-it-flash-term to 0.2 secs
1 parent 77c1359 commit 13531c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/search.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ function _bash-it-flash-term() {
347347
local -i len="${1:-0}" # redundant
348348
local term="${2:-}"
349349
# as currently implemented, `$match` has already been printed to screen the first time
350-
local delay=0.1
350+
local delay=0.2
351351
local color
352352
[[ "${#term}" -gt 0 ]] && len="${#term}"
353353

0 commit comments

Comments
 (0)