Fix broken link on index page

This commit is contained in:
Collin Styles
2019-02-24 17:36:30 -08:00
committed by ridiculousfish
parent 8ef316562f
commit fa5d19a702

View File

@@ -1153,7 +1153,7 @@ The user can change the settings of ``fish`` by changing the values of certain v
- ``fish_ambiguous_width`` controls the computed width of ambiguous East Asian characters. This should be set to 1 if your terminal emulator renders these characters as single-width (typical), or 2 if double-width.
- ``fish_escape_delay_ms`` overrides the default timeout of 30ms after seeing an escape character before giving up on matching a key binding. See the documentation for the <a href='bind.html#special-case-escape'>bind</a> builtin command. This delay facilitates using escape as a meta key.
- ``fish_escape_delay_ms`` overrides the default timeout of 30ms after seeing an escape character before giving up on matching a key binding. See the documentation for the <a href='commands.html#special-case-escape'>bind</a> builtin command. This delay facilitates using escape as a meta key.
- ``fish_greeting``, the greeting message printed on startup.