From bbf88c63d36d91908c2a5ce1ca185835a59af723 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 29 Oct 2021 15:29:44 +0200 Subject: [PATCH] docs(changelog): home end key fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cf6f970..ac654208 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Fix: plugins are now only compiled once and cached on disk (https://github.com/zellij-org/zellij/pull/807) * Fix: pasted text performs much faster and doesn't kill Termion (https://github.com/zellij-org/zellij/pull/810) * Fix: resizing/scrolling through heavily wrapped panes no longer hangs (https://github.com/zellij-org/zellij/pull/814) +* Terminal compatibility: properly handle HOME/END keys in eg. vim/zsh ## [0.19.0] - 2021-10-20 * Fix: Prevent text overwrite when scrolled up (https://github.com/zellij-org/zellij/pull/655)