docs(character): Add warning about missing feature (#2754)
* docs(character): Add warning about missing feature Have added some additional docs to indicate that `vicmd_symbol` doesn't work for bash's vi mode. * Update docs/config/README.md
This commit is contained in:
parent
32db1de4a6
commit
b023e60b76
|
@ -412,7 +412,15 @@ By default it only changes color. If you also want to change its shape take a
|
||||||
look at [this example](#with-custom-error-shape).
|
look at [this example](#with-custom-error-shape).
|
||||||
|
|
||||||
::: warning
|
::: warning
|
||||||
|
|
||||||
`error_symbol` is not supported on elvish shell.
|
`error_symbol` is not supported on elvish shell.
|
||||||
|
|
||||||
|
:::
|
||||||
|
|
||||||
|
::: warning
|
||||||
|
|
||||||
|
`vicmd_symbol` is only supported in fish and zsh.
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
### Options
|
### Options
|
||||||
|
|
Loading…
Reference in New Issue