From 37b13ca2608444c39e5258c6a153b319620e8403 Mon Sep 17 00:00:00 2001 From: rkucsora Date: Mon, 5 Dec 2022 06:45:52 +0100 Subject: [PATCH] docs: Fix "vimcmd_visual_symbol" description in doc (#4675) Fix "vimcmd_visual_symbol" description in doc --- docs/config/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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