1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 07:00:04 +08:00

docs(cpicker): update key bindings

This commit is contained in:
Eric Wong 2024-07-12 08:25:25 +08:00
parent 7a46d76135
commit 856f19e9c1
2 changed files with 22 additions and 0 deletions

View File

@ -23,6 +23,17 @@
" ---------------------------------------------
" SPC i p c open color picker
" <
"
" Key bindings in cpicker:
" >
" Key Function
" ---------------------------------------------
" <Enter> copy color
" j/<Down> move cursor down
" k/<Up> move cursor up
" h/<Left> reduce
" l/<Right> increase
" <
function! SpaceVim#layers#tools#cpicker#plugins() abort

View File

@ -6310,6 +6310,17 @@ KEY BINDINGS
SPC i p c open color picker
<
Key bindings in cpicker:
>
Key Function
---------------------------------------------
<Enter> copy color
j/<Down> move cursor down
k/<Up> move cursor up
h/<Left> reduce
l/<Right> increase
<
==============================================================================
TOOLS#DASH *SpaceVim-layers-tools-dash*