From 5c4e5d70b8994df881976a6b33836e81706eab3e Mon Sep 17 00:00:00 2001 From: a-kenji Date: Thu, 24 Feb 2022 10:20:03 +0100 Subject: [PATCH] docs(changelog): add various actions to `tmux-mode` --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 273f50bd..62031698 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] * Fix: invalid assignment of `client_id` (https://github.com/zellij-org/zellij/pull/1052) * Add: action to send `^b` in `tmux-mode` (https://github.com/zellij-org/zellij/pull/1106) +* Add: various action bindings to `tmux-mode` (https://github.com/zellij-org/zellij/pull/1098) ## [0.25.0] - 2022-02-22 * Fix: replace the library with the dependency problem (https://github.com/zellij-org/zellij/pull/1001)