AutoYADM commit: 2025-05-20 22:54:39
This commit is contained in:
parent
1eb08cb8fd
commit
b942c62530
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ bundle fzf.kak https://github.com/andreyorst/fzf.kak %{
|
|||
require-module fzf-grep
|
||||
set-option global fzf_grep_command "rg"
|
||||
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>"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue