AutoYADM commit: 2025-05-29 17:30:14
This commit is contained in:
parent
94b68b6149
commit
662d76c3d1
1 changed files with 6 additions and 2 deletions
|
@ -61,8 +61,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 <a-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>"
|
||||||
|
@ -140,3 +140,7 @@ define-command goto-debug %{
|
||||||
|
|
||||||
map -docstring 'open debug buffer' global user D ':goto-debug<ret>'
|
map -docstring 'open debug buffer' global user D ':goto-debug<ret>'
|
||||||
|
|
||||||
|
# jumplist
|
||||||
|
|
||||||
|
# map -docstring 'jump forward' global normal <c-f> <c-i>
|
||||||
|
map -docstring 'save to jumplist' global normal <a-s> <c-s>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue