diff options
author | Sang-Yun Oh <syoh@users.noreply.github.com> | 2022-01-08 01:34:42 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-07 17:34:42 +0100 |
commit | 4e2f4cdf686fe560cec3ec7072628c4d0f723929 (patch) | |
tree | 841942a19afd1a39067440148d70414a2b393e35 /plugins/vi-mode | |
parent | 67cc59b4258a13232cddfddd75f44d8ca2b80172 (diff) | |
download | zsh-4e2f4cdf686fe560cec3ec7072628c4d0f723929.tar.gz zsh-4e2f4cdf686fe560cec3ec7072628c4d0f723929.tar.bz2 zsh-4e2f4cdf686fe560cec3ec7072628c4d0f723929.zip |
docs(vi-mode): fix link typo in readme (#10570)
Diffstat (limited to 'plugins/vi-mode')
-rw-r--r-- | plugins/vi-mode/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/vi-mode/README.md b/plugins/vi-mode/README.md index a1d6bc6b0..476666bf6 100644 --- a/plugins/vi-mode/README.md +++ b/plugins/vi-mode/README.md @@ -30,10 +30,10 @@ plugins=(... vi-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. - See [Mode indicator](#mode-indicator) for details. + See [Mode indicators](#mode-indicators) for details. ## Mode indicators |