kak: Ignorar .git en FZF

This commit is contained in:
Cat /dev/Nulo 2022-02-09 19:56:08 -03:00
parent b72cf841fd
commit 8b6d382191

View file

@ -81,7 +81,7 @@ hook global ModuleLoaded fzf %{
set-option global fzf_default_opts '--color=light' set-option global fzf_default_opts '--color=light'
} }
hook global ModuleLoaded fzf-file %{ hook global ModuleLoaded fzf-file %{
set-option global fzf_file_command 'rg' set-option global fzf_file_command 'rg -L --hidden --files --glob !.git'
} }
hook global ModuleLoaded fzf-grep %{ hook global ModuleLoaded fzf-grep %{
set-option global fzf_grep_command 'rg' set-option global fzf_grep_command 'rg'