From 30bc2586287057bfc06fb8da9b1b1b1de672e4d3 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Tue, 5 Apr 2022 07:12:40 -0700 Subject: [PATCH] docs: fix typo in changelog --- docs/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index a0fd3baec..5828e6d35 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -13,7 +13,7 @@ As features stabilize some brief notes about them will accumulate here. #### New * [Key Tables](config/key-tables.md) feature for powerful modal key assignments -* `wezterm start --position x,y`, `wezterm start --position `displayname:30%,30%` option to control starting window position on all systems except for Wayland. See `wezterm start --help` for more info. [#1794](https://github.com/wez/wezterm/issues/1794) +* `wezterm start --position x,y`, `wezterm start --position displayname:30%,30%` option to control starting window position on all systems except for Wayland. See `wezterm start --help` for more info. [#1794](https://github.com/wez/wezterm/issues/1794) #### Changed * Default key assignments are `mapped:` again. A new [key_map_preference](config/lua/config/key_map_preference.md) option allows the defaults to use `"Mapped"` or `"Physical"`. * Disabled ligatures for `"Monaco"` and `"Menlo"` fonts, as those ligatures match even for words such as `find`. [#1786](https://github.com/wez/wezterm/issues/1786) [#1736](https://github.com/wez/wezterm/issues/1736)