From 91cf59383672a797414ed5b68a740a6df689ac05 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 14 Jun 2024 17:11:47 +0200 Subject: [PATCH] docs(changelog): rebind keys at runtime --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd36c4f7..461da0b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * feat(keybinds): support multiple modifiers (eg. Ctrl+Alt) and the kitty keyboard protocol (https://github.com/zellij-org/zellij/pull/3383) * fix(terminal): properly set and handle scroll region in various instances (https://github.com/zellij-org/zellij/pull/3381 and https://github.com/zellij-org/zellij/pull/3382) * fix(rendering): do not render if resizing screen to same size (https://github.com/zellij-org/zellij/pull/3413) +* feat(plugins): rebind keys at runtime (https://github.com/zellij-org/zellij/pull/3422) ## [0.40.1] - 2024-05-02 * fix(sessions): issue where sessions would occasionally become unresponsive (https://github.com/zellij-org/zellij/pull/3281)