vis: fzf.sh scheme path, alt-enter for enable search
This commit is contained in:
@@ -271,6 +271,7 @@ exec fzf --query "$3" \
|
|||||||
--header-label "$label" \
|
--header-label "$label" \
|
||||||
--multi \
|
--multi \
|
||||||
--ansi \
|
--ansi \
|
||||||
|
--scheme path \
|
||||||
--delimiter : \
|
--delimiter : \
|
||||||
--ghost ' (Use alt-? for help)' \
|
--ghost ' (Use alt-? for help)' \
|
||||||
--bind "enter:transform($accept)" \
|
--bind "enter:transform($accept)" \
|
||||||
@@ -285,4 +286,5 @@ exec fzf --query "$3" \
|
|||||||
--bind "alt-s:$key" \
|
--bind "alt-s:$key" \
|
||||||
--bind "alt-p:change-preview(sh $0 preview {1} {2})+toggle-preview" \
|
--bind "alt-p:change-preview(sh $0 preview {1} {2})+toggle-preview" \
|
||||||
--bind "alt-u:change-preview-window(up|right)" \
|
--bind "alt-u:change-preview-window(up|right)" \
|
||||||
--bind "alt-?:change-preview(echo '$HELP')+show-preview"
|
--bind "alt-?:change-preview(echo '$HELP')+show-preview" \
|
||||||
|
--bind "alt-enter:unbind(change,alt-enter)+enable-search+clear-query"
|
||||||
|
|||||||
Reference in New Issue
Block a user