From 0f0122fb596e336d36dad04e390273dd3f3f430d Mon Sep 17 00:00:00 2001 From: a-kenji Date: Mon, 6 Sep 2021 21:26:26 +0200 Subject: [PATCH] chore(docs): fix/update example config file --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index efd4a1aac..e86bf138d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Fix bug where tabs would sometimes be created with the wrong index in their name (https://github.com/zellij-org/zellij/pull/686) * Fix bug where wide chars would mess up pane titles (https://github.com/zellij-org/zellij/pull/698) * Fix various borderless-frame in viewport bugs (https://github.com/zellij-org/zellij/pull/697) +* Fix example configuration file (https://github.com/zellij-org/zellij/pull/693) ## [0.16.0] - 2021-08-31 * Plugins don't crash zellij anymore on receiving mouse events (https://github.com/zellij-org/zellij/pull/620)