AutoYADM commit: 2025-05-30 23:32:33

This commit is contained in:
Daniel Fichtinger 2025-05-30 23:32:33 -04:00
parent 94f8700c83
commit df4de8d021

View file

@ -138,13 +138,16 @@ define-command goto-debug %{
execute-keys 'gj'
}
map -docstring 'open debug buffer' global user D ':goto-debug<ret>'
declare-user-mode debug
map -docstring 'open debug buffer' global debug d ':goto-debug<ret>'
map -docstring 'open debug buffer' global user D ': enter-user-mode debug<ret>'
define-command exec-selection %{
execute-keys ':<c-r>.<ret>'
}
map -docstring 'execute selection' global debug x ': exec-selection<ret>'
# jumplist
# map -docstring 'jump forward' global normal <c-f> <c-i>