AutoYADM commit: 2025-05-11 00:07:08
This commit is contained in:
parent
491b7794e1
commit
7d53867bc3
2 changed files with 24 additions and 4 deletions
|
@ -61,9 +61,11 @@ bundle kakoune-buffers https://github.com/Delapouite/kakoune-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>'
|
||||
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>"
|
||||
|
||||
}
|
||||
|
||||
bundle kakoune-text-objects https://github.com/Delapouite/kakoune-text-objects %{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue