From 53eea54fed67be480caaeb15b87a7081b35d63ff Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 12 Sep 2021 09:55:07 -0700 Subject: [PATCH] docs: changelog for #1132 --- docs/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.md b/docs/changelog.md index 9b6fc64c4..fa703ce50 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -11,6 +11,7 @@ usually the best available version. As features stabilize some brief notes about them will accumulate here. +* Changed: new default key assignments: CTRL+PageUp and CTRL+Tab activate next tab, CTRL+PageDown and CTRL+SHIFT+Tab activate previous tab. ALT+{1..8} directly select the first through 8th tabs. Thanks to [@friederbluemle](https://github.com/friederbluemle)! [#1132](https://github.com/wez/wezterm/pull/1132) * Fixed: `wezterm cli spawn` would use the initial terminal size for a new tab, rather than using the current tab size [#920](https://github.com/wez/wezterm/issues/920) * Fixed: `text_background_opacity` opacity was not respected * Fixed: spawning commands via the mux didn't respect the `PATH` configured in `set_environment_variables`. [#1029](https://github.com/wez/wezterm/issues/1029)