diff --git a/CHANGELOG.md b/CHANGELOG.md index 3015c9d9..a741496f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] + +## [0.30.0] - 2022-06-07 * fix: right and middle clicks creating selection (https://github.com/zellij-org/zellij/pull/1372) * feat: Attach to sessions more conveniently by only typing their name's first character(s) (https://github.com/zellij-org/zellij/pull/1360) * fix: a small typo (https://github.com/zellij-org/zellij/pull/1390) diff --git a/assets/plugins/compact-bar.wasm b/assets/plugins/compact-bar.wasm index 53606a52..72802a99 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 2d9e8ee5..2caef7a8 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 d0de0ae1..62672d0c 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 fce0a439..b78fc258 100755 Binary files a/assets/plugins/tab-bar.wasm and b/assets/plugins/tab-bar.wasm differ diff --git a/example/default.yaml b/example/default.yaml index 070bacb6..961d37fb 100644 --- a/example/default.yaml +++ b/example/default.yaml @@ -271,6 +271,8 @@ keybinds: - action: [Resize: Decrease,] key: [ Alt: '-'] scroll: + - action: [EditScrollback, SwitchToMode: Normal] + key: [Char: 'e'] - action: [SwitchToMode: Normal,] key: [Ctrl: 's', Char: ' ', Char: "\n", Esc] - action: [SwitchToMode: Tab,] @@ -479,6 +481,8 @@ plugins: tag: status-bar - path: strider tag: strider + - path: compact-bar + tag: compact-bar # Choose what to do when zellij receives SIGTERM, SIGINT, SIGQUIT or SIGHUP # eg. when terminal window with an active zellij session is closed @@ -546,3 +550,6 @@ plugins: # Enable or disable automatic copy (and clear) of selection when releasing mouse #copy_on_select: true + +# Path to the default editor to use to edit pane scrollbuffer +# scrollback_editor: /usr/bin/nano