mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:30:05 +08:00
Website: Correct spellings on various sites (#3443)
This commit is contained in:
parent
6a57750439
commit
9f6546b71c
@ -51,7 +51,7 @@ Here is the list of all available APIs, and welcome to contribute to SpaceVim.
|
||||
| [messletters](messletters/) | messletters API provides some basic functions for generating messletters |
|
||||
| [password](password/) | password API provides some basic functions for generating password |
|
||||
| [system](system/) | system API provides some basic functions and values for current os. |
|
||||
| [transient-state](transient-state/) | transient state API provides some besic functions and values for current os. |
|
||||
| [transient-state](transient-state/) | transient state API provides some basic functions and values for current os. |
|
||||
| [unicode#spinners](unicode/spinners/) | unicode#spinners API provides some basic functions for starting spinners timer |
|
||||
| [vim#command](vim/command/) | vim#command API provides some basic functions and values for creatting vim custom command. |
|
||||
| [vim#highlight](vim/highlight/) | vim#highlight API provides some basic functions and values for getting and setting highlight info. |
|
||||
|
@ -11,7 +11,7 @@ Visit these resources for help or general questions.
|
||||
<!-- vim-markdown-toc GFM -->
|
||||
|
||||
- [News](#news)
|
||||
- [Bug repport and feature request](#bug-repport-and-feature-request)
|
||||
- [Bug report and feature request](#bug-repport-and-feature-request)
|
||||
- [Mail list](#mail-list)
|
||||
- [Chat](#chat)
|
||||
- [Others](#others)
|
||||
|
@ -147,7 +147,7 @@ Group your functionality as a plugin, unified in one directory (or code reposito
|
||||
|
||||
**In the autoload/ directory, defined with [!] and [abort].**
|
||||
|
||||
Autoloading allows functions to be loaded on demand, which makes startuptime faster and enforces function namespacing.
|
||||
Autoloading allows functions to be loaded on demand, which makes startup time faster and enforces function namespacing.
|
||||
|
||||
Script-local functions are welcome, but should also live in autoload/ and be called by autoloaded functions.
|
||||
|
||||
|
@ -33,7 +33,7 @@ description: "General documentation about how to using SpaceVim, including the q
|
||||
- [General usage](#general-usage)
|
||||
- [Native functions](#native-functions)
|
||||
- [Visual mode key bindings](#visual-mode-key-bindings)
|
||||
- [Command line mode key bidnings](#command-line-mode-key-bidnings)
|
||||
- [Command line mode key bindings](#command-line-mode-key-bidnings)
|
||||
- [Mappings guide](#mappings-guide)
|
||||
- [Editing](#editing)
|
||||
- [Text manipulation commands](#text-manipulation-commands)
|
||||
@ -781,7 +781,7 @@ The following key bindings are the general key bindings for moving cursor.
|
||||
| `Ctrl-Shift-Up` | move lines up |
|
||||
| `Ctrl-Shift-Down` | move lines down |
|
||||
|
||||
### Command line mode key bidnings
|
||||
### Command line mode key bindings
|
||||
|
||||
After pressing `:`, you can switch to command line mode, here is a list of key bindings
|
||||
can be used in command line mode:
|
||||
@ -1671,7 +1671,7 @@ Project manager commands start with `p`:
|
||||
To manager the alternate file of the project, you need to create a `.project_alt.json` file
|
||||
in the root of your project. Then you can use command `:A` to jump to the alternate file of
|
||||
current file. You can also specific the type of alternate file, for example `:A doc`.
|
||||
With a bang `:A!`, SpaceVim will paser the configuration file additionally. If no type specificed,
|
||||
With a bang `:A!`, SpaceVim will parse the configuration file additionally. If no type specified,
|
||||
the default type `alternate` will be used.
|
||||
|
||||
here is an example of `.project_alt.json`:
|
||||
@ -1896,7 +1896,7 @@ The default color for iedit is `red`/`green` which is based on the current color
|
||||
### Code runner and REPL
|
||||
|
||||
SpaceVim provides an asynchronously code runner plugin. In most language layer,
|
||||
we have defined a key bidning `SPC l r` for running current buffer.
|
||||
we have defined a key binding `SPC l r` for running current buffer.
|
||||
If you need to add new commands, you can use the bootstrap function. For example:
|
||||
Use `F5` to build project asynchronously.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user