mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 06:41:14 -03:00
Switch backticks to double backticks for rst compatibility
This commit is contained in:
@@ -8,8 +8,8 @@ The fish_mode_prompt function will output the mode indicator for use in vi-mode.
|
||||
Description
|
||||
------------
|
||||
|
||||
The default `fish_mode_prompt` function will output indicators about the current Vi editor mode displayed to the left of the regular prompt. Define your own function to customize the appearance of the mode indicator. You can also define an empty `fish_mode_prompt` function to remove the Vi mode indicators. The `$fish_bind_mode variable` can be used to determine the current mode. It
|
||||
will be one of `default`, `insert`, `replace_one`, or `visual`.
|
||||
The default ``fish_mode_prompt`` function will output indicators about the current Vi editor mode displayed to the left of the regular prompt. Define your own function to customize the appearance of the mode indicator. You can also define an empty ``fish_mode_prompt`` function to remove the Vi mode indicators. The ``$fish_bind_mode variable`` can be used to determine the current mode. It
|
||||
will be one of ``default``, ``insert``, ``replace_one``, or ``visual``.
|
||||
|
||||
Example
|
||||
------------
|
||||
@@ -40,4 +40,4 @@ Example
|
||||
end
|
||||
|
||||
|
||||
Outputting multiple lines is not supported in `fish_mode_prompt`.
|
||||
Outputting multiple lines is not supported in ``fish_mode_prompt``.
|
||||
|
||||
Reference in New Issue
Block a user