AutoYADM commit: 2025-06-15 15:36:37

This commit is contained in:
Daniel Fichtinger 2025-06-15 15:36:37 -04:00
parent c38b84424a
commit 53d84afc8d
4 changed files with 20 additions and 6 deletions

View file

@ -126,9 +126,11 @@ map -docstring %{
map global normal <backspace> '"_'
define-command goto-debug %{
buffer *debug*
ui-scrolloff-disable
execute-keys 'gj'
try %{
buffer *debug*
ui-scrolloff-disable
execute-keys 'gj'
}
}
declare-user-mode debug