AutoYADM commit: 2025-05-21 17:16:39

This commit is contained in:
Daniel Fichtinger 2025-05-21 17:16:39 -04:00
parent bdd34c0a6b
commit eec0ac0db8
2 changed files with 14 additions and 6 deletions

View file

@ -42,8 +42,10 @@ hook global WinCreate .* %{
map -docstring "quit" global user q ": q<ret>"
map -docstring "quit" global normal <c-q> ": q<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-v> ": write<ret>"
map -docstring "save" global normal <a-v> ": write!<ret>"
# map -docstring "save" global normal <a-v> ": write-all<ret>"
@ -122,3 +124,4 @@ map -docstring %{
pick line in buffer
} global peneira '/' ': peneira-lines<ret>'
map global normal <backspace> '"_'