diff --git a/src/main.sh b/src/main.sh index d50287e..ef1a067 100755 --- a/src/main.sh +++ b/src/main.sh @@ -528,7 +528,7 @@ while true; do --delimiter="\t" \ --prompt="$SEARCH_PROMPT" \ --margin="5%,20%" \ - --bind="$KEYS_FILTER_LOCAL:change-query('$QUERY_LOCAL' )" \ + --bind="$KEYS_FILTER_LOCAL:change-query($QUERY_LOCAL )" \ --accept-nth="{3}" \ --with-nth="{1}" || true )