mirror of
https://github.com/junegunn/fzf.git
synced 2025-12-06 12:54:26 +08:00
[bash-completion] Fix #417 - Update command list
This commit is contained in:
@@ -241,9 +241,9 @@ complete -o default -F _fzf_opts_completion fzf
|
||||
d_cmds="cd pushd rmdir"
|
||||
f_cmds="
|
||||
awk cat diff diff3
|
||||
emacs ex file ftp g++ gcc gvim head hg java
|
||||
emacs emacsclient ex file ftp g++ gcc gvim head hg java
|
||||
javac ld less more mvim nvim patch perl python ruby
|
||||
sed sftp sort source tail tee uniq vi view vim wc"
|
||||
sed sftp sort source tail tee uniq vi view vim wc xdg-open"
|
||||
a_cmds="
|
||||
basename bunzip2 bzip2 chmod chown curl cp dirname du
|
||||
find git grep gunzip gzip hg jar
|
||||
|
||||
Reference in New Issue
Block a user