mirror of
https://github.com/junegunn/fzf.git
synced 2024-11-09 20:33:31 +03:00
Add bat to bash autocomplete commands (#3223)
Bat is a common alternative to cat, it's even referenced multiple times in fzf docs. This makes `bat **` work by default.
This commit is contained in:
parent
60f37aae2f
commit
ae745d9397
@ -309,7 +309,7 @@ complete -o default -F _fzf_opts_completion fzf-tmux
|
||||
|
||||
d_cmds="${FZF_COMPLETION_DIR_COMMANDS:-cd pushd rmdir}"
|
||||
a_cmds="
|
||||
awk cat diff diff3
|
||||
awk bat cat diff diff3
|
||||
emacs emacsclient ex file ftp g++ gcc gvim head hg hx java
|
||||
javac ld less more mvim nvim patch perl python ruby
|
||||
sed sftp sort source tail tee uniq vi view vim wc xdg-open
|
||||
|
Loading…
Reference in New Issue
Block a user