mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 22:20:06 +08:00
fix few spelling errors and add documentation about pretty layout formatting (#2224)
* some spelling errors * more spelling * update documentation with pretty layout commenting keybinding
This commit is contained in:
parent
34a3c4d64e
commit
7d814180e3
@ -28,7 +28,7 @@ We just make a general discussion about how to use SpaceVim, and what feature ne
|
||||
|
||||
### Improve Tab manager
|
||||
|
||||
These new features has been added to tab manager in [#1887](https://github.com/SpaceVim/SpaceVim/pull/1887)
|
||||
These new features have been added to tab manager in [#1887](https://github.com/SpaceVim/SpaceVim/pull/1887)
|
||||
|
||||
- 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/42123061-26d938aa-7c11-11e8-8e98-b089fbc53f30.gif)
|
||||
@ -42,7 +42,7 @@ These new features has been added to tab manager in [#1887](https://github.com/S
|
||||
|
||||
### Improve flygrep
|
||||
|
||||
- remvoe the unneeded `!` after redraw in flygrep and other plugins which is using prompt API.
|
||||
- remove the unneeded `!` after redraw in flygrep and other plugins which is using prompt API.
|
||||
- improve the flygrep
|
||||
|
||||
Just open a new pull request [#1898](https://github.com/SpaceVim/SpaceVim/pull/1898) which is based on [#1802](https://github.com/SpaceVim/SpaceVim/pull/1802).
|
||||
|
@ -1681,6 +1681,7 @@ Comments are handled by [nerdcommenter](https://github.com/scrooloose/nerdcommen
|
||||
| `SPC c L` | invert comment lines |
|
||||
| `SPC c p` | comment paragraphs |
|
||||
| `SPC c P` | invert comment paragraphs |
|
||||
| `SPC c s` | comment with pretty layout|
|
||||
| `SPC c t` | comment to line |
|
||||
| `SPC c T` | invert comment to line |
|
||||
| `SPC c y` | comment and yank |
|
||||
|
@ -43,7 +43,7 @@ endif
|
||||
## Features
|
||||
|
||||
- Asynchronous calls
|
||||
- Code completion (provided by [autocomplet](https://spacevim.org/layers/autocomplete/) layer)
|
||||
- Code completion (provided by [autocomplete](https://spacevim.org/layers/autocomplete/) layer)
|
||||
- Lint on the fly
|
||||
- Rename symbol
|
||||
- Hover/Get identifer info.
|
||||
|
Loading…
Reference in New Issue
Block a user