mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 13:50:09 +00:00
docs(vi-mode): fix link typo in readme (#10570)
This commit is contained in:
parent
67cc59b425
commit
4e2f4cdf68
1 changed files with 2 additions and 2 deletions
|
@ -30,10 +30,10 @@ plugins=(... vi-mode)
|
||||||
```
|
```
|
||||||
|
|
||||||
- `MODE_INDICATOR`: controls the string displayed when the shell is in normal mode.
|
- `MODE_INDICATOR`: controls the string displayed when the shell is in normal mode.
|
||||||
See [Mode indicator](#mode-indicator) for details.
|
See [Mode indicators](#mode-indicators) for details.
|
||||||
|
|
||||||
- `INSERT_MODE_INDICATOR`: controls the string displayed when the shell is in insert mode.
|
- `INSERT_MODE_INDICATOR`: controls the string displayed when the shell is in insert mode.
|
||||||
See [Mode indicator](#mode-indicator) for details.
|
See [Mode indicators](#mode-indicators) for details.
|
||||||
|
|
||||||
## Mode indicators
|
## Mode indicators
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue