1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-15 08:09:11 +08:00

DOC: statusline

This commit is contained in:
wsdjeg 2017-05-03 20:05:33 +08:00
parent 5a5326b371
commit a6551f60dd

View File

@ -273,6 +273,21 @@ SPC T f | toggle display of the fringe
SPC T m | toggle menu bar
SPC T t | toggle tool bar
### Statusline && tabline
The statusline and tabline is a heavily customized [airline](https://github.com/vim-airline/vim-airline) with the following capabilities:
- tabline index of each buffer or tab.
- vim mode (INSERT/NORMAL etc.)
- git info : diff/branch
- checker info: numbers of errors and warnings.
- trailing line number.
Key Binding | Description
----------- | -----------
`SPC [1-9]` | jump to the index of tabline.
# Features
## Awesome ui