AutoYADM commit: 2025-05-24 23:02:06

This commit is contained in:
Daniel Fichtinger 2025-05-24 23:02:06 -04:00
parent b6ce7254d1
commit c080b5b531

View file

@ -130,4 +130,9 @@ map -docstring %{
} global peneira '/' ': peneira-lines<ret>' } global peneira '/' ': peneira-lines<ret>'
map global normal <backspace> '"_' map global normal <backspace> '"_'
map -docstring 'open debug buffer' global user D ':buffer *debug*<ret>' define-command goto-debug %{
buffer *debug*
ui-scrolloff-disable
execute-keys 'gj'
}
map -docstring 'open debug buffer' global user D ':goto-debug<ret>'