AutoYADM commit: 2025-07-19 16:22:55

This commit is contained in:
Daniel Fichtinger 2025-07-19 16:22:55 -04:00
parent ac54f2037c
commit d124483755
2 changed files with 9 additions and 1 deletions

View file

@ -5,3 +5,11 @@ define-command file-picker %{
}
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>'

View file

@ -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'
}
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'
}