From 1b275b6905e62fa5b52fa08571ac364a4b4587ce Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 27 Jun 2025 23:01:34 -0400 Subject: [PATCH] AutoYADM commit: 2025-06-27 23:01:34 --- .config/kak/autoload/plugins.kak | 4 ++-- .config/kak/autoload/xml.kak | 2 +- .config/kak/kakrc | 20 ++++++++++---------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.config/kak/autoload/plugins.kak b/.config/kak/autoload/plugins.kak index a3311a16..99ba56fd 100644 --- a/.config/kak/autoload/plugins.kak +++ b/.config/kak/autoload/plugins.kak @@ -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" } diff --git a/.config/kak/autoload/xml.kak b/.config/kak/autoload/xml.kak index 2865779a..adf0e723 100644 --- a/.config/kak/autoload/xml.kak +++ b/.config/kak/autoload/xml.kak @@ -27,5 +27,5 @@ define-command xml-surround-remove %{ hook global WinSetOption filetype=(xml|html|markdown) %{ declare-filetype-mode %opt{filetype} map window %opt{filetype} s ': xml-surround-add' -docstring 'tag surround add' - map window %opt{filetype} r ': xml-surround-remove' -docstring 'tag surround remove' + map window %opt{filetype} d ': xml-surround-remove' -docstring 'tag surround remove' } diff --git a/.config/kak/kakrc b/.config/kak/kakrc index e746663e..f5a25c52 100644 --- a/.config/kak/kakrc +++ b/.config/kak/kakrc @@ -55,17 +55,17 @@ define-command -override tree-sitter-user-after-highlighter %{ } # manually requiring needed for some reason 😢 -require-module peneira +# require-module peneira -declare-user-mode peneira -map -docstring %{ - Picker mode -} global user f ': enter-user-mode peneira' -map -docstring 'pick file' global peneira f ': peneira-files' -map -docstring 'pick unopened file' global peneira F ': peneira-files -hide-opened' -map -docstring %{ - pick line in buffer -} global peneira '/' ': peneira-lines' +# declare-user-mode peneira +# map -docstring %{ +# Picker mode +# } global user f ': enter-user-mode peneira' +# map -docstring 'pick file' global peneira f ': peneira-files' +# map -docstring 'pick unopened file' global peneira F ': peneira-files -hide-opened' +# map -docstring %{ +# pick line in buffer +# } global peneira '/' ': peneira-lines' define-command -override -hidden consume %{ nop %sh{ niri msg action consume-or-expel-window-left