From ee7b7946ef41c6503211b1f92896dd936586df3c Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Tue, 4 Jan 2022 17:25:19 +0100 Subject: [PATCH] docs(changelog): keybindings --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45afb3d8..d4a2b1a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Fix: accidental tab synchronization bug between multiple users when clicking with mouse (https://github.com/zellij-org/zellij/pull/986) * Fix: Properly move users out of closed tab in a multiuser session (https://github.com/zellij-org/zellij/pull/990) * Feature: Pass active pane title to terminal emulator (https://github.com/zellij-org/zellij/pull/980) +* Feature: Improve default keybindings (https://github.com/zellij-org/zellij/pull/991) ## [0.23.0] - 2021-12-20 * Feature: add collaboration support - multiple users using multiple cursors (https://github.com/zellij-org/zellij/pull/957)