AutoYADM commit: 2025-06-20 18:40:13

This commit is contained in:
Daniel Fichtinger 2025-06-20 18:40:14 -04:00
parent a26c6ac66a
commit 1905583817
2 changed files with 22 additions and 22 deletions

View file

@ -135,12 +135,12 @@ hook global WinCreate .* %{
# convenience mappings
# quitting & saving
# map -docstring "quit" global user q ": q<ret>"
map -docstring "quit" global normal <c-b> ": q<ret>"
# map -docstring "force quit" global user Q ": q!<ret>"
map -docstring "force quit" global normal <c-B> ": q!<ret>"
map -docstring "kill session" global normal <a-b> ':kill<ret>'
map -docstring "force kill session" global normal <a-b> ':kill!<ret>'
map -docstring "quit" global user q ": q<ret>"
map -docstring "quit" global normal <c-q> ": q<ret>"
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>"