From 20f114d02c62aba836b32199e263b30b6565b0eb Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Tue, 22 Oct 2024 15:40:28 +0200 Subject: [PATCH] docs(changelog): rebind keys UI --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8bfbdf2f..b3085d169 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * feat(ui): status-bar redesign (https://github.com/zellij-org/zellij/pull/3475) * chore: Update MSRV in Cargo.toml (https://github.com/zellij-org/zellij/pull/3482) * fix(terminal): prevent escaping pane through scroll region (https://github.com/zellij-org/zellij/pull/3491) -* feat(ui): configuration screen + non-colliding keybindings setup at runtime (https://github.com/zellij-org/zellij/pull/3502) +* feat(ui): configuration screen + non-colliding keybindings setup at runtime (https://github.com/zellij-org/zellij/pull/3502 and https://github.com/zellij-org/zellij/pull/3686) * feat(plugins): allow starting a new session with a stringified layout (https://github.com/zellij-org/zellij/pull/3503) * fix(resurrection): do not serialize garbage sessions to the cache (https://github.com/zellij-org/zellij/pull/3504) * fix(startup): do not parse resurrectable sessions ons startup (https://github.com/zellij-org/zellij/pull/3505)