mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-23 22:15:28 +02:00
README: still some problems with the table
(I hate markdown)
This commit is contained in:
parent
dd368b3e31
commit
c88dca5c96
20
README.md
20
README.md
@ -40,20 +40,20 @@ section|meaning (example)
|
|||||||
C | filename + read-only flag (~/.vim/vimrc RO)
|
C | filename + read-only flag (~/.vim/vimrc RO)
|
||||||
X | filetype (vim)
|
X | filetype (vim)
|
||||||
Y | file encoding[fileformat] (utf-8[unix])
|
Y | file encoding[fileformat] (utf-8[unix])
|
||||||
Z | current position in the file:
|
Z | current position in the file
|
||||||
| percentage % ☰ current line/number of lines ln : column
|
[...] | additional sections (warning/errors/statistics) from external plugins (e.g. YCM, syntastic, ...)
|
||||||
| So this: `10% ☰ 10/100 ln : 20` means:
|
|
||||||
| `10%` - 10 percent
|
The information in Section Z looks like this:
|
||||||
| `☰ 10` - current line 10
|
percentage % ☰ current line/number of lines ln : column
|
||||||
| `/100 ln` - of 100 lines
|
So this: `10% ☰ 10/100 ln : 20` means:
|
||||||
| `: 20` - current column 20
|
`10%` - 10 percent
|
||||||
[...] | additional sections (warning/errors/statistics)
|
`☰ 10` - current line 10
|
||||||
| from external plugins (e.g. YCM, syntastic, ...)
|
`/100 ln` - of 100 lines
|
||||||
|
`: 20` - current column 20
|
||||||
|
|
||||||
For a better look, those sections can be colored differently, depending on various conditions
|
For a better look, those sections can be colored differently, depending on various conditions
|
||||||
(e.g. the mode or whether the current file is 'modified')
|
(e.g. the mode or whether the current file is 'modified')
|
||||||
|
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
|
|
||||||
* Tiny core written with extensibility in mind ([open/closed principle][8]).
|
* Tiny core written with extensibility in mind ([open/closed principle][8]).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user