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"
}

View file

@ -0,0 +1 @@
https://github.com/evanrelf/byline.kak

View file

@ -0,0 +1,2 @@
source "/home/fic/.config/kak/bundle/byline.kak/rc/byline.kak"
trigger-user-hook bundle-loaded=byline.kak

View file

@ -0,0 +1,2 @@
source "/home/fic/.config/kak/bundle/easymotion.kak/easymotion.kak"
trigger-user-hook bundle-loaded=easymotion.kak

View file

@ -37,7 +37,7 @@ map -docstring "close current buffer" global user x ": db<ret>"
map -docstring "goto previous buffer" global user m ": bp<ret>"
map -docstring "goto next buffer" global user i ": bn<ret>"
map global normal X "x<a-semicolon>"
# map global normal X "x<a-semicolon>"
# map global normal <c-u> ":exec <c-u>vv<ret>"
# map global normal <c-d> ":exec <c-d>vv<ret>"