From 3bac38c899927ccf9288722e5ba7e07887edd4f0 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Thu, 2 May 2024 08:39:11 +0200 Subject: [PATCH] docs(changelog): allow binding ctrl j --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b110c5a..f2ec56de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix(tabs): closing a tab no longer breaks tab movement (https://github.com/zellij-org/zellij/pull/3299) * feat(plugins): add API to open new tabs with a LayoutInfo (https://github.com/zellij-org/zellij/pull/3305) * feat(cli): add `zellij action list-clients` to allow listing the connected clients as well as their pane_id and running command (https://github.com/zellij-org/zellij/pull/3314) +* feat(cli): allow binding Ctrl J (https://github.com/zellij-org/zellij/pull/3307) ## [0.40.0] - 2024-04-16 * feat(plugins): skip plugin cache flag when loading plugins (https://github.com/zellij-org/zellij/pull/2971)