From 1593e5c213feef54c47f4c85fe4691f391592d4c Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Sun, 16 Feb 2025 17:56:34 +0100 Subject: [PATCH] docs(changelog): mouse double click selection --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 683b822d..2d38e341 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * feat(config): new theme definition spec (https://github.com/zellij-org/zellij/pull/3242) * feat(ui): about plugin and release notes (https://github.com/zellij-org/zellij/pull/3979) * feat(ux): tips on startup (https://github.com/zellij-org/zellij/pull/3988) +* feat(mouse): double-click to mark word boundaries, triple-click to mark entire paragraph (https://github.com/zellij-org/zellij/pull/3996) ## [0.41.2] - 2024-11-19 * fix(input): keypresses not being identified properly with kitty keyboard protocol in some terminals (https://github.com/zellij-org/zellij/pull/3725)