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

Type in doc (#4271)

This commit is contained in:
Wang Shidong 2021-05-22 18:28:00 +08:00 committed by GitHub
parent ee730ef00d
commit acfdac53b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -92,7 +92,7 @@ This should be different from the path of the user's project files (which is sen
### Code completion
javacomplete2 which has been included in `lang#java` layer provides omnifunc for java file and deoplete source.
with this plugin and `autocomplete` layer, the completion popup menu will be opened automatically
with this plugin and `autocomplete` layer, the completion popup menu will be opened automatically.
![code complete](https://user-images.githubusercontent.com/13142418/46297202-ba0ab980-c5ce-11e8-81a0-4a4a85bc98a5.png)
@ -145,7 +145,7 @@ If there are more than one class, a menu will be shown below current windows.
### Jump to test file
SpaceVim use vim-project to manager the files in a project, you can add a `.projections.json` to the root of your project with following content:
SpaceVim uses vim-project to manager the files in a project, you can add a `.projections.json` to the root of your project with following content:
```json
{

View File

@ -32,7 +32,7 @@ These new features have been added to tab manager in [#1887](https://github.com/
- Display tab name on tabline and tab manager, you can also rename the tab via key binding `r` in tab manager buffer.
![rename](https://user-images.githubusercontent.com/13142418/80611134-ce45bf80-8a6c-11ea-8c1a-1a50ffea3880.gif)
- Move cursor tab forward and backword, default key binding is `<C-S-Up>/<C-S-Down>`
- Move cursor tab forward and backward, default key binding is `<C-S-Up>/<C-S-Down>`
![movetab](https://user-images.githubusercontent.com/13142418/80611339-0d741080-8a6d-11ea-890c-f8b389cee866.gif)
- Create new tab after the tab under the cursor, key bindings: (`n`: create named tab / `N` : create anonymous tab)
![newtab](https://user-images.githubusercontent.com/13142418/80611475-398f9180-8a6d-11ea-9aa5-a975d61ebab9.gif)

View File

@ -124,7 +124,7 @@ rather than what it did. For example, use change; not changed or changes.
#### body
Not all commits are complex enough to warrant a body body,
Not all commits are complex enough to warrant a body,
therefore it is optional and only used when a commit requires a bit of explanation and context.