mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-20 01:23:43 -05:00
Fix typo
@@ -74,7 +74,7 @@ Table of Contents
|
|||||||
# Examples:
|
# Examples:
|
||||||
# f mv # To move files. You can write the destination after selecting the files.
|
# f mv # To move files. You can write the destination after selecting the files.
|
||||||
# f 'echo Selected:'
|
# f 'echo Selected:'
|
||||||
# f 'echo Selected music:' --extention mp3
|
# f 'echo Selected music:' --extension mp3
|
||||||
# fm rm # To rm files in current directory
|
# fm rm # To rm files in current directory
|
||||||
f() {
|
f() {
|
||||||
sels=( "${(@f)$(fd "${fd_default[@]}" "${@:2}"| fzf)}" )
|
sels=( "${(@f)$(fd "${fd_default[@]}" "${@:2}"| fzf)}" )
|
||||||
|
|||||||
Reference in New Issue
Block a user