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