AutoYADM commit: 2025-05-08 22:25:08

This commit is contained in:
Daniel Fichtinger 2025-05-08 22:25:08 -04:00
parent 55d98b0c01
commit 68525655de
4 changed files with 14 additions and 0 deletions

View file

@ -22,3 +22,13 @@ bundle fzf.kak https://github.com/andreyorst/fzf.kak %{
map -docstring "fzf mode" global user f ": fzf-mode<ret>"
}
bundle luar https://github.com/gustavo-hms/luar %{
require-module luar
}
bundle easymotion.kak https://git.sr.ht/~voroskoi/easymotion.kak %{
require-module easymotion
map global normal <ret> ': enter-user-mode easymotion<ret>'
}