AutoYADM commit: 2025-05-21 17:16:39
This commit is contained in:
parent
bdd34c0a6b
commit
eec0ac0db8
2 changed files with 14 additions and 6 deletions
|
@ -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> '"_'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue