AutoYADM commit: 2025-05-20 22:54:39

This commit is contained in:
Daniel Fichtinger 2025-05-20 22:54:39 -04:00
parent 1eb08cb8fd
commit b942c62530

View file

@ -22,7 +22,8 @@ bundle fzf.kak https://github.com/andreyorst/fzf.kak %{
require-module fzf-grep require-module fzf-grep
set-option global fzf_grep_command "rg" set-option global fzf_grep_command "rg"
require-module fzf-file require-module fzf-file
set-option global fzf_file_command "fd . --no-ignore-vcs" set-option global fzf_file_command "fd . --type f --follow --no-ignore-vcs"
# set-option global fzf_file_command "fd . --no-ignore-vcs"
map -docstring "fzf mode" global user f ": fzf-mode<ret>" map -docstring "fzf mode" global user f ": fzf-mode<ret>"
} }