AutoYADM commit: 2025-07-19 16:22:55
This commit is contained in:
parent
ac54f2037c
commit
d124483755
2 changed files with 9 additions and 1 deletions
|
@ -5,3 +5,11 @@ define-command file-picker %{
|
||||||
}
|
}
|
||||||
|
|
||||||
map -docstring 'file picker with .kakignore' global user F ':file-picker<ret>'
|
map -docstring 'file picker with .kakignore' global user F ':file-picker<ret>'
|
||||||
|
|
||||||
|
define-command buffer-picker %{
|
||||||
|
prompt -buffer-completion 'open buffer:' %{
|
||||||
|
buffer %val{text}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
map -docstring 'buffer picker' global user b ': buffer-picker<ret>'
|
||||||
|
|
|
@ -77,7 +77,7 @@ bundle-noload kakoune-hump https://github.com/delapouite/kakoune-hump %{
|
||||||
map global normal <c-W> ': extend-next-hump<ret>' -docstring 'extend next hump'
|
map global normal <c-W> ': extend-next-hump<ret>' -docstring 'extend next hump'
|
||||||
}
|
}
|
||||||
|
|
||||||
bundle kakoune-buffers https://github.com/Delapouite/kakoune-buffers %{
|
bundle-noload kakoune-buffers https://github.com/Delapouite/kakoune-buffers %{
|
||||||
map global user b ': enter-buffers-mode<ret>' -docstring 'buffers'
|
map global user b ': enter-buffers-mode<ret>' -docstring 'buffers'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue