chore(release): v0.33.0

This commit is contained in:
Aram Drevekenin 2022-11-10 09:50:57 +01:00
parent d68db715d1
commit c086e33ed3
6 changed files with 3 additions and 1 deletions

View file

@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased] ## [Unreleased]
## [0.33.0] - 2022-11-10
* debugging: improve error handling in `zellij_server::pty` (https://github.com/zellij-org/zellij/pull/1840) * 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) * 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) * add: everforest-dark, everforest-light themes to the example theme directory (https://github.com/zellij-org/zellij/pull/1873)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -139,7 +139,7 @@ keybinds {
bind "Alt -" { Resize "Decrease"; } bind "Alt -" { Resize "Decrease"; }
} }
shared_except "normal" "locked" { shared_except "normal" "locked" {
bind "Enter" "Space" "Esc" { SwitchToMode "Normal"; } bind "Enter" "Esc" { SwitchToMode "Normal"; }
} }
shared_except "pane" "locked" { shared_except "pane" "locked" {
bind "Ctrl p" { SwitchToMode "Pane"; } bind "Ctrl p" { SwitchToMode "Pane"; }