Skip to content

Commit c086e33

Browse files
committed
chore(release): v0.33.0
1 parent d68db71 commit c086e33

File tree

6 files changed

+3
-1
lines changed

6 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66

77
## [Unreleased]
88

9+
## [0.33.0] - 2022-11-10
10+
911
* debugging: improve error handling in `zellij_server::pty` (https://github.com/zellij-org/zellij/pull/1840)
1012
* feat: allow command panes to optionally close on exit (https://github.com/zellij-org/zellij/pull/1869)
1113
* add: everforest-dark, everforest-light themes to the example theme directory (https://github.com/zellij-org/zellij/pull/1873)

assets/plugins/compact-bar.wasm

326 KB
Binary file not shown.

assets/plugins/status-bar.wasm

338 KB
Binary file not shown.

assets/plugins/strider.wasm

373 KB
Binary file not shown.

assets/plugins/tab-bar.wasm

326 KB
Binary file not shown.

example/default.kdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ keybinds {
139139
bind "Alt -" { Resize "Decrease"; }
140140
}
141141
shared_except "normal" "locked" {
142-
bind "Enter" "Space" "Esc" { SwitchToMode "Normal"; }
142+
bind "Enter" "Esc" { SwitchToMode "Normal"; }
143143
}
144144
shared_except "pane" "locked" {
145145
bind "Ctrl p" { SwitchToMode "Pane"; }

0 commit comments

Comments
 (0)