add -follow to find to be consistent to other file commands
This commit is contained in:
parent
cda5f76f1d
commit
679b59ca34
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ Supported tools:
|
|||
fd: ""fd""
|
||||
|
||||
Default arguments:
|
||||
find: ""find -type f""
|
||||
find: ""find -type f -follow""
|
||||
ag: ""ag -l -f --hidden --one-device .""
|
||||
rg: ""rg -L --hidden --files""
|
||||
fd: ""fd --type f --follow""
|
||||
|
@ -144,7 +144,7 @@ define-command -hidden fzf-file %{ evaluate-commands %sh{
|
|||
fi
|
||||
case $kak_opt_fzf_file_command in
|
||||
find)
|
||||
cmd="find -type f" ;;
|
||||
cmd="find -type f -follow" ;;
|
||||
ag)
|
||||
cmd="ag -l -f --hidden --one-device . " ;;
|
||||
rg)
|
||||
|
|
Loading…
Reference in a new issue