Skip to content

Commit

Permalink
Update shell/key-bindings.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
junegunn authored Oct 7, 2023
1 parent c7e1f0b commit 09dd8af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell/key-bindings.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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 '<lines>$'\n' )* ; <lines> ::= [^\n]* ( $'\n'<lines> )*
command $__fzf_awk "$script" | # ( <counter>$'\t'<lines>$'\000' )*
builtin fc -lnr -2147483648 2> /dev/null | # ( $'\t '<lines>$'\n' )* ; <lines> ::= [^\n]* ( $'\n'<lines> )*
command $__fzf_awk "$script" | # ( <counter>$'\t'<lines>$'\000' )*
FZF_DEFAULT_OPTS="$opts" $(__fzfcmd) --query "$READLINE_LINE"
) || return
READLINE_LINE=${output#*$'\t'}
Expand Down

0 comments on commit 09dd8af

Please sign in to comment.