AutoYADM commit: 2025-05-09 01:32:06

This commit is contained in:
Daniel Fichtinger 2025-05-09 01:32:06 -04:00
parent 0a5693d46f
commit 3048875cf9
19 changed files with 15 additions and 39 deletions

View file

@ -54,3 +54,18 @@ bundle kakoune-hump https://github.com/delapouite/kakoune-hump %{
map global normal <c-B> ': extend-previous-hump<ret>' -docstring 'extend prev hump'
map global normal <c-W> ': extend-next-hump<ret>' -docstring 'extend next hump'
}
bundle kakoune-buffers https://github.com/Delapouite/kakoune-buffers %{
map global user b ': enter-buffers-mode<ret>' -docstring 'buffers'
}
bundle vertical-selection https://github.com/occivink/kakoune-vertical-selection %{
declare-user-mode vertical-selection
map global vertical-selection n ': vertical-selection-down<ret>'
map global vertical-selection e ': vertical-selection-up<ret>'
map global vertical-selection v ': vertical-selection-up-and-down<ret>'
}
bundle kakoune-text-objects https://github.com/Delapouite/kakoune-text-objects %{
map global user s ': enter-user-mode selectors<ret>' -docstring 'selectors'
}