diff --git a/sphinx_doc_src/tutorial.rst b/sphinx_doc_src/tutorial.rst index fe1137ebc..52d8282d4 100644 --- a/sphinx_doc_src/tutorial.rst +++ b/sphinx_doc_src/tutorial.rst @@ -172,7 +172,7 @@ Tab Completions Press :kbd:`Tab`, and ``fish`` will attempt to complete the command, argument, or path:: - >_ /pri :kbd:`Tab` → /private/ + >_ /pri :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` builtin_list_io_merge (Branch) \mtch{builtin_set_color (Branch) busted_events (Tag)}