AutoYADM commit: 2025-06-02 15:10:15

This commit is contained in:
Daniel Fichtinger 2025-06-02 15:10:15 -04:00
parent af41723055
commit 480dd9d379

View file

@ -62,8 +62,8 @@ map -docstring "force quit" global user Q ": q!<ret>"
map -docstring "force quit" global normal <c-Q> ": q!<ret>" map -docstring "force quit" global normal <c-Q> ": q!<ret>"
map -docstring "kill session" global normal <a-q> ':kill<ret>' map -docstring "kill session" global normal <a-q> ':kill<ret>'
map -docstring "force kill session" global normal <a-q> ':kill!<ret>' map -docstring "force kill session" global normal <a-q> ':kill!<ret>'
map -docstring "save" global normal <c-v> ": write<ret>" map -docstring "save" global normal <c-s> ": write<ret>"
map -docstring "save" global normal <c-V> ": write!<ret>" map -docstring "save" global normal <c-S> ": write!<ret>"
# buffer operations # buffer operations
map -docstring "close current buffer" global user x ": db<ret>" map -docstring "close current buffer" global user x ": db<ret>"
@ -165,3 +165,4 @@ define-command -docstring %{
# jumplist # jumplist
map -docstring 'jump forward' global normal <c-f> <c-i> map -docstring 'jump forward' global normal <c-f> <c-i>
map -docstring 'save to jumplist' global normal <c-v> <c-s>