summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2024-03-26 12:13:40 +0100
committerGitHub <noreply@github.com>2024-03-26 12:13:40 +0100
commit69835df5fc5892ff2c6587fd1a5c0a960e9da1da (patch)
tree0e922fa004de5508fcf2ca25e2ffcf53d553ea27
parent03e8a9398a84ff1c17557bbddb8a4deca0d51871 (diff)
docs(changelog): binding ctrl space
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 71716d549..e2c94f54e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -30,6 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* 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)
+* fix(keybindings): allow binding `Ctrl Space` (https://github.com/zellij-org/zellij/pull/3101)
## [0.39.2] - 2023-11-29
* fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906)