From 09dd8af2cbbeb17aac06fa389763df2f099860d5 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sat, 7 Oct 2023 17:15:32 +0900 Subject: [PATCH] Update shell/key-bindings.bash --- shell/key-bindings.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/key-bindings.bash b/shell/key-bindings.bash index e0e972be351..bde64682b88 100644 --- a/shell/key-bindings.bash +++ b/shell/key-bindings.bash @@ -84,8 +84,8 @@ elif command -v awk > /dev/null || command -v mawk > /dev/null; then # awk - fal END { if (NR) P(b) }' output=$( set +o pipefail - builtin fc -lnr -2147483648 2> /dev/null | # ( $'\t '$'\n' )* ; ::= [^\n]* ( $'\n' )* - command $__fzf_awk "$script" | # ( $'\t'$'\000' )* + builtin fc -lnr -2147483648 2> /dev/null | # ( $'\t '$'\n' )* ; ::= [^\n]* ( $'\n' )* + command $__fzf_awk "$script" | # ( $'\t'$'\000' )* FZF_DEFAULT_OPTS="$opts" $(__fzfcmd) --query "$READLINE_LINE" ) || return READLINE_LINE=${output#*$'\t'}