summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrkucsora <kucsora.robert@gmail.com>2022-12-05 06:45:52 +0100
committerGitHub <noreply@github.com>2022-12-04 23:45:52 -0600
commit37b13ca2608444c39e5258c6a153b319620e8403 (patch)
treed0454276cdea08a1bafc1d5841530f7157dcd3d0
parentca8009316a1abb2955a67a7a69f5b5b5f885914d (diff)
docs: Fix "vimcmd_visual_symbol" description in doc (#4675)
Fix "vimcmd_visual_symbol" description in doc
-rw-r--r--docs/config/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index 52407bcc5..0b3d181ce 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -704,7 +704,7 @@ are only supported in fish due to [upstream issues with mode detection in zsh](h
| `vimcmd_symbol` | `'[❮](bold green)'` | The format string used before the text input if the shell is in vim normal mode. |
| `vimcmd_replace_one_symbol` | `'[❮](bold purple)'` | The format string used before the text input if the shell is in vim `replace_one` mode. |
| `vimcmd_replace_symbol` | `'[❮](bold purple)'` | The format string used before the text input if the shell is in vim replace mode. |
-| `vimcmd_visual_symbol` | `'[❮](bold yellow)'` | The format string used before the text input if the shell is in vim replace mode. |
+| `vimcmd_visual_symbol` | `'[❮](bold yellow)'` | The format string used before the text input if the shell is in vim visual mode. |
| `disabled` | `false` | Disables the `character` module. |
### Variables