summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2024-03-25 15:06:08 +0100
committerGitHub <noreply@github.com>2024-03-25 15:06:08 +0100
commit71ac381a210effeb11cd7ec0a26803ea720d8a5f (patch)
treefaadbe4dacccb102af6c60de5eeee35adc00d4d7
parent312817fcf6eb86e394ee72986bd00bede76d70f4 (diff)
docs(changelog): ctrl/alt F key modifiers
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f1767d375..71716d549 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/)
* fix(stability): various client races (https://github.com/zellij-org/zellij/pull/3209)
* feat(cli): `list-sessions` show newest sessions last, for better user experience (https://github.com/zellij-org/zellij/pull/3194)
* fix(startup): recover from Zellij sometimes not filling the whole terminal window on startup (https://github.com/zellij-org/zellij/pull/3218)
+* fix(config): support Ctrl/Alt modifier keys on F keys (eg. `Ctrl F1`, `Alt F2`) (https://github.com/zellij-org/zellij/pull/3179)
## [0.39.2] - 2023-11-29
* fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906)