AutoYADM commit: 2025-05-30 23:32:33
This commit is contained in:
parent
94f8700c83
commit
df4de8d021
1 changed files with 5 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue