From 4fa55dbfde190ee7446d226d7aa599dad89490e9 Mon Sep 17 00:00:00 2001 From: Kunal Mohan Date: Tue, 19 Oct 2021 20:26:43 +0530 Subject: [PATCH] docs(Cchangelog): directional movement of panes #762 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f48b1f0..6948df63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Feature: kill-session and kill-all-sessions cli commands (https://github.com/zellij-org/zellij/pull/745) * Fix: Keep default file permissions for new files (https://github.com/zellij-org/zellij/pull/777) * Feature: Add mouse events to plugins – including strider and the tab-bar (https://github.com/zellij-org/zellij/pull/629) +* Feature: Directional movement of panes (https://github.com/zellij-org/zellij/pull/762) ## [0.18.1] - 2021-09-30