From 0a023d4c981d9b83f752834f22c141c3f2305f93 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Wed, 27 Jul 2022 16:49:57 +0200 Subject: [PATCH] docs(changelog): reflect keybindings in the status bar --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7e6e468..594cf969 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -66,6 +66,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * feat: search through terminal scrollback (https://github.com/zellij-org/zellij/pull/1521) * feat: support themes directory (https://github.com/zellij-org/zellij/pull/1577) * feat: Improve logging by writing server panics into the logfile (https://github.com/zellij-org/zellij/pull/1602) +* fix: reflect configured keybindings in the status bar (https://github.com/zellij-org/zellij/pull/1242) ## [0.30.0] - 2022-06-07 * fix: right and middle clicks creating selection (https://github.com/zellij-org/zellij/pull/1372)