From 08f80c52894f386dd26adda1be568c572cc522dc Mon Sep 17 00:00:00 2001 From: a-kenji Date: Fri, 7 May 2021 15:08:47 +0200 Subject: [PATCH] docs(changelog): Add more Functionality to Unbind #468 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index da403217..45ce5078 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] +* Add more functionality to unbinding the default keybindings (https://github.com/zellij-org/zellij/pull/468) ## [0.8.0] - 2021-05-07 * Terminal compatibility: pass vttest 8 (https://github.com/zellij-org/zellij/pull/461)