1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-01 08:00:51 +00:00

docs: Fix "vimcmd_visual_symbol" description in doc (#4675)

Fix "vimcmd_visual_symbol" description in doc
This commit is contained in:
rkucsora 2022-12-05 06:45:52 +01:00 committed by GitHub
parent ca8009316a
commit 37b13ca260
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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