mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:50:04 +08:00
docs(runner): add :h SpaceVim-plugins-runner
This commit is contained in:
parent
e7ca75a850
commit
bc04a4d342
@ -6,6 +6,20 @@
|
|||||||
" License: GPLv3
|
" License: GPLv3
|
||||||
"=============================================================================
|
"=============================================================================
|
||||||
|
|
||||||
|
""
|
||||||
|
" @section runner, plugins-runner
|
||||||
|
" @parentsection plugins
|
||||||
|
" The `code runner` plugin provides the ability to run code snippet or code
|
||||||
|
" file for a variety of programming languages, as well as running custom commands.
|
||||||
|
"
|
||||||
|
" @subsection Key bindings
|
||||||
|
" >
|
||||||
|
" Key binding Description
|
||||||
|
" SPC s r start default code runner
|
||||||
|
" q close coder runner window
|
||||||
|
" i insert text to background process
|
||||||
|
" <
|
||||||
|
|
||||||
let s:runners = {}
|
let s:runners = {}
|
||||||
|
|
||||||
let s:JOB = SpaceVim#api#import('job')
|
let s:JOB = SpaceVim#api#import('job')
|
||||||
|
@ -231,6 +231,7 @@ CONTENTS *SpaceVim-contents*
|
|||||||
8. windows-and-tabs....................|SpaceVim-usage-windows-and-tabs|
|
8. windows-and-tabs....................|SpaceVim-usage-windows-and-tabs|
|
||||||
8. Plugins................................................|SpaceVim-plugins|
|
8. Plugins................................................|SpaceVim-plugins|
|
||||||
1. iedit........................................|SpaceVim-plugins-iedit|
|
1. iedit........................................|SpaceVim-plugins-iedit|
|
||||||
|
2. runner......................................|SpaceVim-plugins-runner|
|
||||||
9. API........................................................|SpaceVim-api|
|
9. API........................................................|SpaceVim-api|
|
||||||
1. clock............................................|SpaceVim-api-clock|
|
1. clock............................................|SpaceVim-api-clock|
|
||||||
2. cmdlinemenu................................|SpaceVim-api-cmdlinemenu|
|
2. cmdlinemenu................................|SpaceVim-api-cmdlinemenu|
|
||||||
@ -5513,6 +5514,21 @@ After starting iedit, the following key bindings can be used:
|
|||||||
Iedit-Normal Ctrl-p inactivate current match and move backward
|
Iedit-Normal Ctrl-p inactivate current match and move backward
|
||||||
<
|
<
|
||||||
|
|
||||||
|
==============================================================================
|
||||||
|
RUNNER *SpaceVim-plugins-runner*
|
||||||
|
|
||||||
|
The `code runner` plugin provides the ability to run code snippet or code file
|
||||||
|
for a variety of programming languages, as well as running custom commands.
|
||||||
|
|
||||||
|
KEY BINDINGS
|
||||||
|
|
||||||
|
>
|
||||||
|
Key binding Description
|
||||||
|
SPC s r start default code runner
|
||||||
|
q close coder runner window
|
||||||
|
i insert text to background process
|
||||||
|
<
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
API *SpaceVim-api*
|
API *SpaceVim-api*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user