AutoYADM commit: 2025-05-07 17:14:08

This commit is contained in:
Daniel Fichtinger 2025-05-07 17:14:08 -04:00
parent d225d9ae35
commit 067bb5c885
2 changed files with 89 additions and 2 deletions

View file

@ -15,6 +15,7 @@ bundle fzf.kak https://github.com/andreyorst/fzf.kak %{
set-option global fzf_grep_command "rg"
require-module fzf-file
set-option global fzf_file_command "fd . --no-ignore-vcs"
map -docstring "fzf mode" global user f ": fzf-mode<ret>"
}
# disable clippy
@ -33,9 +34,9 @@ define-command trampoline -docstring "open a tutorial" %{
}
}
set-option global tabstop 2
set-option global tabstop 4
set-option global indentwidth 2
set-option global indentwidth 4
set-option global scrolloff 3,3