AutoYADM commit: 2025-06-02 15:10:15
This commit is contained in:
parent
af41723055
commit
480dd9d379
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue