summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJae-Heon Ji <32578710+jaeheonji@users.noreply.github.com>2023-02-16 22:39:23 +0900
committerGitHub <noreply@github.com>2023-02-16 22:39:23 +0900
commit27d577753c783f12bfeaaf7070c46b6fff934bc6 (patch)
tree4f7dbf1f7ec5ca932c03ee59440f0d5e1e582ec8
parent00cd33637bd43e1c0980254a04ce18f0dedb2b57 (diff)
docs(changelog): add args to new-tab in keybinds
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bd85ae246..9accb5544 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,6 +24,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* dev: use the wasmer Singlepass compiler when compiling plugins in development (https://github.com/zellij-org/zellij/pull/2134 + https://github.com/zellij-org/zellij/pull/2146)
* feat: add pencil light theme (https://github.com/zellij-org/zellij/pull/2157)
* fix: apply correct color on 'more tabs' message (https://github.com/zellij-org/zellij/pull/2166)
+* feat: add args to new-tab action in keybinds (https://github.com/zellij-org/zellij/pull/2072)
+
+ Eg:
+ ```kdl
+ tab {
+ bind "n" { NewTab; SwitchToMode "Normal"; }
+ bind "m" { NewTab { cwd "/tmp"; name "example"; layout "/tmp/example.kdl"; }; SwitchToMode "Normal"; }
+ }
+ ```
## [0.34.4] - 2022-12-13