1
0
Fork 0

change lf fzf accept binding

This commit is contained in:
Luca Bilke 2024-03-20 14:28:39 +01:00
parent 2899c2c523
commit c6d5db5150
No known key found for this signature in database
GPG Key ID: AD6630D0A1E650AC
1 changed files with 1 additions and 2 deletions

View File

@ -137,14 +137,13 @@ cmd fzf ${{
clear clear
file="$(eval "$input" | fzf \ file="$(eval "$input" | fzf \
--expect=' ' \
--query "$query" \ --query "$query" \
--delimiter "$delimiter" \ --delimiter "$delimiter" \
--cycle \ --cycle \
--nth="$field" \ --nth="$field" \
--with-nth="$field" \ --with-nth="$field" \
--preview-window="right,$width" \ --preview-window="right,$width" \
--bind="focus:transform-preview-label(echo {} | cut -d '$delimiter' -f '$path_field')" \ --bind="space:accept,focus:transform-preview-label(echo {} | cut -d '$delimiter' -f '$path_field')" \
--scheme='history' \ --scheme='history' \
--history="$histfile" \ --history="$histfile" \
--header="$name" \ --header="$name" \