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:
parent
dd8d4a04f4
commit
559cb7b0a7
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user