1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:50:06 +08:00

fix(typo): Ket -> Key

This commit is contained in:
Ricardo Martincoski 2022-11-14 03:54:48 -03:00 committed by GitHub
parent 8c33a001d7
commit 77dbb96091
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -20,7 +20,7 @@
"
" The following key bindings works well in both vim and neovim.
" >
" Ket binding Description
" Key binding Description
" ----------------------------------------
" g D jump to type definition
" SPC l d show document
@ -29,7 +29,7 @@
" <
" The following key bindings only work in neovim.
" >
" Ket binding Description
" Key binding Description
" ----------------------------------------
" SPC l f run code fix
" SPC l p preview definition
@ -41,7 +41,7 @@
" <
" The following key bindings only work in vim.
" >
" Ket binding Description
" Key binding Description
" ----------------------------------------
" SPC l m interface implementations
" <

View File

@ -5104,7 +5104,7 @@ KEY BINDINGS
The following key bindings works well in both vim and neovim.
>
Ket binding Description
Key binding Description
----------------------------------------
g D jump to type definition
SPC l d show document
@ -5113,7 +5113,7 @@ The following key bindings works well in both vim and neovim.
<
The following key bindings only work in neovim.
>
Ket binding Description
Key binding Description
----------------------------------------
SPC l f run code fix
SPC l p preview definition
@ -5125,7 +5125,7 @@ The following key bindings only work in neovim.
<
The following key bindings only work in vim.
>
Ket binding Description
Key binding Description
----------------------------------------
SPC l m interface implementations
<