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

docs(python): update python layer key bindings

This commit is contained in:
wsdjeg 2023-03-28 23:21:22 +08:00
parent 0c7d441a0f
commit 1fdc034d7e
2 changed files with 20 additions and 0 deletions

View File

@ -51,6 +51,16 @@
" -------------------------------- " --------------------------------
" SPC l r run current file " SPC l r run current file
" g d jump to definition " g d jump to definition
" SPC l i s format imports
" SPC l i r run autoflake on current buffer
" SPC l i i run :ImportName command
" SPC l c r coverage report
" SPC l c s coverage show
" SPC l c e coverage session
" SPC l c f coverage refresh
" SPC l g d generate docstring
" SPC l v l list all virtualenvs
" SPC l v d deactivate current virtualenv
" < " <
" "
" This layer also provides REPL support for python, the key bindings are: " This layer also provides REPL support for python, the key bindings are:

View File

@ -4439,6 +4439,16 @@ KEY BINDINGS
-------------------------------- --------------------------------
SPC l r run current file SPC l r run current file
g d jump to definition g d jump to definition
SPC l i s format imports
SPC l i r run autoflake on current buffer
SPC l i i run :ImportName command
SPC l c r coverage report
SPC l c s coverage show
SPC l c e coverage session
SPC l c f coverage refresh
SPC l g d generate docstring
SPC l v l list all virtualenvs
SPC l v d deactivate current virtualenv
< <
This layer also provides REPL support for python, the key bindings are: This layer also provides REPL support for python, the key bindings are: