mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
docs: Workaround bug with python2-sphinx
It can't handle a `→` literal inside code blocks. Since we only have two of those, let's just replace them with `=>`. Fixes #5808.
This commit is contained in:
parent
014ab7935e
commit
b0388ed488
1 changed files with 2 additions and 2 deletions
|
@ -172,7 +172,7 @@ Tab Completions
|
|||
|
||||
Press :kbd:`Tab`, and ``fish`` will attempt to complete the command, argument, or path::
|
||||
|
||||
>_ <eror>/pri</eror> :kbd:`Tab` → /private/
|
||||
>_ <eror>/pri</eror> :kbd:`Tab` => /private/
|
||||
|
||||
|
||||
If there's more than one possibility, it will list them::
|
||||
|
@ -185,7 +185,7 @@ Hit tab again to cycle through the possibilities.
|
|||
|
||||
``fish`` can also complete many commands, like git branches::
|
||||
|
||||
>_ git merge pr :kbd:`Tab` → git merge prompt_designer
|
||||
>_ git merge pr :kbd:`Tab` => git merge prompt_designer
|
||||
>_ git checkout b :kbd:`Tab`
|
||||
<outp><mtch>b</outp>uiltin_list_io_merge <i>(Branch)</i> \mtch{b</mtch>uiltin_set_color <i>(Branch)</i> <mtch>b</mtch>usted_events <i>(Tag)</i>}
|
||||
|
||||
|
|
Loading…
Reference in a new issue