docs(changelog): add args to new-tab in keybinds
This commit is contained in:
parent
00cd33637b
commit
27d577753c
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue