diff --git a/autoload/SpaceVim/layers/lang/python.vim b/autoload/SpaceVim/layers/lang/python.vim index 2a8ea7a5f..58241d723 100644 --- a/autoload/SpaceVim/layers/lang/python.vim +++ b/autoload/SpaceVim/layers/lang/python.vim @@ -51,6 +51,16 @@ " -------------------------------- " SPC l r run current file " 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: diff --git a/doc/SpaceVim.txt b/doc/SpaceVim.txt index 869cb46b5..030fb10ee 100644 --- a/doc/SpaceVim.txt +++ b/doc/SpaceVim.txt @@ -4439,6 +4439,16 @@ KEY BINDINGS -------------------------------- SPC l r run current file 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: