1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-27 02:25:28 +03:00

schemes: we now allow using any of the alias names, so refine docs

This commit is contained in:
Wez Furlong 2023-03-20 12:43:40 -07:00
parent dd8d4a04f4
commit 559cb7b0a7
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387

View File

@ -292,9 +292,7 @@ function load_scheme_player(ident) {{
if alias_link:
alias_list.append(f"[{a}]({alias_link})")
else:
alias_list.append(
f"`{a}` (but that name isn't used here)"
)
alias_list.append(f"`{a}`")
aliases = ", ".join(alias_list)
idx.write(f"This scheme is also known as {aliases}.<br/>\n")
else: