AutoYADM commit: 2025-06-02 15:15:14

This commit is contained in:
Daniel Fichtinger 2025-06-02 15:15:14 -04:00
parent 480dd9d379
commit 917cdf72e1
4 changed files with 5 additions and 5 deletions

View file

@ -65,7 +65,7 @@ bundle-noload byline.kak https://github.com/evanrelf/byline.kak %{
}
bundle case.kak https://gitlab.com/FlyingWombat/case.kak %{
map global user '`' ': enter-user-mode case<ret>'
map -docstring 'case mode' global user '`' ': enter-user-mode case<ret>'
}
bundle-noload kakoune-hump https://github.com/delapouite/kakoune-hump %{
@ -84,7 +84,7 @@ bundle vertical-selection https://github.com/occivink/kakoune-vertical-selection
map -docstring "select alike down" global vertical-selection n ': vertical-selection-down<ret>'
map -docstring "select alike up" global vertical-selection e ': vertical-selection-up<ret>'
map -docstring "select alike up & down" global vertical-selection v ': vertical-selection-up-and-down<ret>'
map global user v ": enter-user-mode vertical-selection<ret>"
map -docstring 'vertical selection mode' global user v ": enter-user-mode vertical-selection<ret>"
}