AutoYADM commit: 2025-05-16 15:57:04
This commit is contained in:
parent
a0b9f6205f
commit
f588d4552e
1 changed files with 4 additions and 3 deletions
|
@ -109,6 +109,8 @@ map -docstring "save" global normal <c-s> ": w<ret>"
|
|||
map -docstring "close current buffer" global user x ": db<ret>"
|
||||
map -docstring "goto previous buffer" global user m ": bp<ret>"
|
||||
map -docstring "goto next buffer" global user i ": bn<ret>"
|
||||
map -docstring "goto previous buffer" global normal <c-m> ": bp<ret>"
|
||||
map -docstring "goto next buffer" global normal <c-i> ": bn<ret>"
|
||||
|
||||
# map global normal X "x<a-semicolon>"
|
||||
|
||||
|
@ -160,7 +162,6 @@ hook global InsertCompletionShow .* %{
|
|||
}
|
||||
}
|
||||
|
||||
# a comment
|
||||
map -docstring 'Select to file end' global user N "Gj<a-L>L"
|
||||
map -docstring 'Extend to file end' global user n "gj<a-l>l"
|
||||
|
||||
# another
|
||||
# commented section
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue