AutoYADM commit: 2025-06-27 23:01:34
This commit is contained in:
parent
f8a7503d75
commit
1b275b6905
3 changed files with 13 additions and 13 deletions
|
@ -25,13 +25,13 @@ bundle auto-pairs.kak https://github.com/alexherbo2/auto-pairs.kak %{
|
|||
enable-auto-pairs
|
||||
}
|
||||
|
||||
bundle-noload fzf.kak https://github.com/andreyorst/fzf.kak %{
|
||||
bundle fzf.kak https://github.com/andreyorst/fzf.kak %{
|
||||
require-module fzf
|
||||
set-option global fzf_highlight_command "bat"
|
||||
require-module fzf-grep
|
||||
set-option global fzf_grep_command "rg"
|
||||
require-module fzf-file
|
||||
set-option global fzf_file_command "fd . --type f --follow --no-ignore-vcs"
|
||||
set-option global fzf_file_command "fd . --type f --follow"
|
||||
# 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