mirror of
https://github.com/esm7/obsidian-vimrc-support.git
synced 2026-07-22 05:00:25 +00:00
Update README
This commit is contained in:
parent
1a1cd75dcc
commit
3f58d4db7e
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
|
@ -283,6 +283,17 @@ nmap [[ :prevHeading
|
|||
|
||||
See [here](JsSnippets.md) for the full example, and please contribute your own!
|
||||
|
||||
### Custom Styles for Status Bar
|
||||
|
||||
You may utilize the following CSS class names to add styles to the status bar prompt
|
||||
(e.g. assign colors for different status).
|
||||
|
||||
| Mode | Class Name |
|
||||
| ------- | ---------------------------------------------- |
|
||||
| normal | `plugin-obsidian-vimrc-support-prompt-normal` |
|
||||
| insert | `plugin-obsidian-vimrc-support-prompt-insert` |
|
||||
| visual | `plugin-obsidian-vimrc-support-prompt-visual` |
|
||||
| replace | `plugin-obsidian-vimrc-support-prompt-replace` |
|
||||
|
||||
## Changelog
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue