Skip to content

Commit

Permalink
lib: search: Increase delay in _bash-it-flash-term to 0.2 secs
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahGorny committed Mar 7, 2022
1 parent 77c1359 commit 13531c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/search.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down

0 comments on commit 13531c9

Please sign in to comment.