From 9fb2c7ca168679905d79dcdaf686d40f4a6dc958 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Tue, 23 Nov 2021 12:45:02 +0100 Subject: [PATCH] add: leave ephemeral modes by pressing `esc` --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6664d63..d32ead44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Refactor: simplify terminal character style diff (https://github.com/zellij-org/zellij/pull/839) * Fix: improve performance with large scrollback buffer (https://github.com/zellij-org/zellij/pull/881) * Add: support osc8 escape code (https://github.com/zellij-org/zellij/pull/822) +* Add: optionally leave ephemeral modes by pressing the `esc` key to default config (https://github.com/zellij-org/zellij/pull/889) ## [0.20.1] - 2021-11-10