AutoYADM commit: 2025-05-24 23:02:06
This commit is contained in:
parent
b6ce7254d1
commit
c080b5b531
1 changed files with 6 additions and 1 deletions
|
@ -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>'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue