AutoYADM commit: 2025-05-13 21:58:01

This commit is contained in:
Daniel Fichtinger 2025-05-13 21:58:01 -04:00
parent 6cd274bd9e
commit 4fb73fc692

View file

@ -116,6 +116,10 @@ map -docstring "goto next buffer" global user i ": bn<ret>"
# map global normal <c-d> ":exec <c-d>vv<ret>"
map global normal <tab> _
map global normal <a-X> <a-x>
map global normal <a-x> '<a-i>p'
map -docstring "commenct line" global normal <c-v> ":comment-line<ret>"
declare-user-mode git
map -docstring "git" global user g ": enter-user-mode git<ret>"