AutoYADM commit: 2025-05-08 22:40:24

This commit is contained in:
Daniel Fichtinger 2025-05-08 22:40:24 -04:00
parent 68525655de
commit 72fa883888
5 changed files with 20 additions and 1 deletions

View file

@ -29,6 +29,20 @@ bundle luar https://github.com/gustavo-hms/luar %{
bundle easymotion.kak https://git.sr.ht/~voroskoi/easymotion.kak %{
require-module easymotion
unmap global easymotion h
unmap global easymotion j
unmap global easymotion k
unmap global easymotion l
map global normal <ret> ': enter-user-mode easymotion<ret>'
map global easymotion -docstring %{easymotion line ↓} <n> ": easymotion-j<ret>"
map global easymotion -docstring %{easymotion line ↑} <e> ": easymotion-k<ret>"
map global easymotion -docstring %{easymotion streak →} <i> ": easymotion-streak-forward<ret>"
map global easymotion -docstring %{easymotion streak ←} <m> ": easymotion-streak-backward<ret>"
set-option global easymotion_chars "tnseriplfuwydhcxoaqz"
}
bundle byline.kak https://github.com/evanrelf/byline.kak %{
require-module "byline"
}