chore(release): v0.30.0
This commit is contained in:
parent
747b4ae7db
commit
3c692248d8
6 changed files with 9 additions and 0 deletions
|
|
@ -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/)
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.30.0] - 2022-06-07
|
||||||
* fix: right and middle clicks creating selection (https://github.com/zellij-org/zellij/pull/1372)
|
* 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)
|
* 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)
|
* fix: a small typo (https://github.com/zellij-org/zellij/pull/1390)
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -271,6 +271,8 @@ keybinds:
|
||||||
- action: [Resize: Decrease,]
|
- action: [Resize: Decrease,]
|
||||||
key: [ Alt: '-']
|
key: [ Alt: '-']
|
||||||
scroll:
|
scroll:
|
||||||
|
- action: [EditScrollback, SwitchToMode: Normal]
|
||||||
|
key: [Char: 'e']
|
||||||
- action: [SwitchToMode: Normal,]
|
- action: [SwitchToMode: Normal,]
|
||||||
key: [Ctrl: 's', Char: ' ', Char: "\n", Esc]
|
key: [Ctrl: 's', Char: ' ', Char: "\n", Esc]
|
||||||
- action: [SwitchToMode: Tab,]
|
- action: [SwitchToMode: Tab,]
|
||||||
|
|
@ -479,6 +481,8 @@ plugins:
|
||||||
tag: status-bar
|
tag: status-bar
|
||||||
- path: strider
|
- path: strider
|
||||||
tag: strider
|
tag: strider
|
||||||
|
- path: compact-bar
|
||||||
|
tag: compact-bar
|
||||||
|
|
||||||
# Choose what to do when zellij receives SIGTERM, SIGINT, SIGQUIT or SIGHUP
|
# Choose what to do when zellij receives SIGTERM, SIGINT, SIGQUIT or SIGHUP
|
||||||
# eg. when terminal window with an active zellij session is closed
|
# 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
|
# Enable or disable automatic copy (and clear) of selection when releasing mouse
|
||||||
#copy_on_select: true
|
#copy_on_select: true
|
||||||
|
|
||||||
|
# Path to the default editor to use to edit pane scrollbuffer
|
||||||
|
# scrollback_editor: /usr/bin/nano
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue