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:
parent
0c7d441a0f
commit
1fdc034d7e
@ -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:
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user