AutoYADM commit: 2025-06-02 15:15:14
This commit is contained in:
parent
480dd9d379
commit
917cdf72e1
4 changed files with 5 additions and 5 deletions
|
@ -35,5 +35,5 @@ map -docstring %{
|
||||||
Filter selection
|
Filter selection
|
||||||
} global hop s ': hop-kak<ret>'
|
} global hop s ': hop-kak<ret>'
|
||||||
map -docstring %{
|
map -docstring %{
|
||||||
Hop filter mode
|
Hop mode
|
||||||
} global normal <ret> ': enter-user-mode hop<ret>'
|
} global normal <ret> ': enter-user-mode hop<ret>'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
declare-user-mode paragraph
|
declare-user-mode paragraph
|
||||||
declare-option -hidden str paragraph_select '<a-a>pj[p'
|
declare-option -hidden str paragraph_select '<a-a>pj[p'
|
||||||
|
|
||||||
map global user <ret> "%opt{paragraph_select}: enter-user-mode -lock paragraph<ret>"
|
map -docstring 'paragraph mode' global user <ret> "%opt{paragraph_select}: enter-user-mode -lock paragraph<ret>"
|
||||||
map global paragraph I '>' -docstring 'move right'
|
map global paragraph I '>' -docstring 'move right'
|
||||||
map global paragraph M '<' -docstring 'move left'
|
map global paragraph M '<' -docstring 'move left'
|
||||||
map global paragraph E "d[pP[p%opt{paragraph_select}" -docstring 'move up'
|
map global paragraph E "d[pP[p%opt{paragraph_select}" -docstring 'move up'
|
||||||
|
|
|
@ -4,4 +4,4 @@ define-command file-picker %{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
map global user F ':file-picker<ret>'
|
map -docstring 'file picker with .kakignore' global user F ':file-picker<ret>'
|
||||||
|
|
|
@ -65,7 +65,7 @@ bundle-noload byline.kak https://github.com/evanrelf/byline.kak %{
|
||||||
}
|
}
|
||||||
|
|
||||||
bundle case.kak https://gitlab.com/FlyingWombat/case.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 %{
|
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 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" 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 -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>"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue