summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-08-25 16:27:26 +0200
committerGitHub <noreply@github.com>2023-08-25 16:27:26 +0200
commit759ab9102b05b452489eea176187fd4c1d5bad8f (patch)
tree6a0c740989e2333031400d9d58b4bc045e8d82f8
parenta537e09bb7de280db90143c6e450eb906ef65abd (diff)
docs(changelog): keybind run floating pane
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9d06506d1..5fc929e41 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* feat(plugins): add permission system (https://github.com/zellij-org/zellij/pull/2624 and https://github.com/zellij-org/zellij/pull/2722)
* feat(session): session manager to switch between sessions (https://github.com/zellij-org/zellij/pull/2721)
* feat(plugins): move_to_focused_tab attribute for launching/focusing plugins (https://github.com/zellij-org/zellij/pull/2725)
+* fix(keybinds): allow opening floating pane from a keybinding (https://github.com/zellij-org/zellij/pull/2726)
## [0.37.2] - 2023-06-20
* hotfix: include theme files into binary (https://github.com/zellij-org/zellij/pull/2566)