Add evil modes color codes

This commit is contained in:
syl20bnr 2014-09-01 00:52:19 -04:00
parent b4163d0dba
commit 3f51e2a321
1 changed files with 17 additions and 0 deletions

View File

@ -29,6 +29,8 @@ _The best editor is not *Emacs* nor *Vim*, the best editor is
- [Auto highlight](#user-content-auto-highlight)
- [Color theme](#user-content-color-theme)
- [UI elements](#user-content-ui-elements)
- [Mode-line](#user-content-mode-line)
- [Toggles](#user-content-toggles)
- [Minor Modes](#user-content-minor-modes)
- [Line formatting](#user-content-line-formatting)
- [Errors handling](#user-content-errors-handling)
@ -405,11 +407,26 @@ Available themes (other than default Emacs themes):
- [Solarized theme][solarized-theme]
- [Monokai][monokai-theme]
- [Zenburn][zenburn-theme]
### UI elements
#### Mode-line
The mode line is a [powerline][powerline] customized to show the window
number and the colorized Vim current mode.
The color codes for modes are:
Mode | Color
------------------|------------------
Normal | Orange
Insert | Green
Visual | Grey
Emacs | Red
Motion | Purple
#### Toggles
Some UI indicators can be toggled on and off (toggles start with `t`):
Key Binding | Description