AutoYADM commit: 2025-06-01 14:29:01

This commit is contained in:
Daniel Fichtinger 2025-06-01 14:29:01 -04:00
parent f67239a888
commit a6f8a34346

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 "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-s> ": 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-V> ": write!<ret>"
# buffer operations
map -docstring "close current buffer" global user x ": db<ret>"
@ -164,5 +164,4 @@ define-command -docstring %{
# jumplist
# map -docstring 'jump forward' global normal <c-f> <c-i>
# map -docstring 'save to jumplist' global normal <a-s> <c-s>
map -docstring 'jump forward' global normal <c-f> <c-i>