diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d365a5fa..d532340a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] +## [0.33.0] - 2022-11-10 + * debugging: improve error handling in `zellij_server::pty` (https://github.com/zellij-org/zellij/pull/1840) * feat: allow command panes to optionally close on exit (https://github.com/zellij-org/zellij/pull/1869) * add: everforest-dark, everforest-light themes to the example theme directory (https://github.com/zellij-org/zellij/pull/1873) diff --git a/assets/plugins/compact-bar.wasm b/assets/plugins/compact-bar.wasm index 5fc442994..19c7ff8e3 100755 Binary files a/assets/plugins/compact-bar.wasm and b/assets/plugins/compact-bar.wasm differ diff --git a/assets/plugins/status-bar.wasm b/assets/plugins/status-bar.wasm index 27681dd04..18c165a21 100755 Binary files a/assets/plugins/status-bar.wasm and b/assets/plugins/status-bar.wasm differ diff --git a/assets/plugins/strider.wasm b/assets/plugins/strider.wasm index 5f638d52b..fcd624aae 100755 Binary files a/assets/plugins/strider.wasm and b/assets/plugins/strider.wasm differ diff --git a/assets/plugins/tab-bar.wasm b/assets/plugins/tab-bar.wasm index 26f7ee7cb..58dc85ced 100755 Binary files a/assets/plugins/tab-bar.wasm and b/assets/plugins/tab-bar.wasm differ diff --git a/example/default.kdl b/example/default.kdl index 9689be1ba..d048b8e50 100644 --- a/example/default.kdl +++ b/example/default.kdl @@ -139,7 +139,7 @@ keybinds { bind "Alt -" { Resize "Decrease"; } } shared_except "normal" "locked" { - bind "Enter" "Space" "Esc" { SwitchToMode "Normal"; } + bind "Enter" "Esc" { SwitchToMode "Normal"; } } shared_except "pane" "locked" { bind "Ctrl p" { SwitchToMode "Pane"; }