From be2659ed2ef5e1b08b98f0e932bd8427f611bcb8 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 2 May 2022 13:29:00 +0200 Subject: [PATCH] chore(release): v0.29.0 --- CHANGELOG.md | 2 ++ example/default.yaml | 11 ++++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7a2a6c2..3626c701 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.29.0] - 2022-05-02 * add: clarify copy to clipboard message (https://github.com/zellij-org/zellij/pull/1321) * Terminal compatibility: fix ANSI scrolling regression (https://github.com/zellij-org/zellij/pull/1324) * fix: send SIGHUP instead of SIGTERM when closing a pane (https://github.com/zellij-org/zellij/pull/1320) diff --git a/example/default.yaml b/example/default.yaml index 642d4644..070bacb6 100644 --- a/example/default.yaml +++ b/example/default.yaml @@ -42,6 +42,9 @@ keybinds: key: [ Alt: '+'] - action: [Resize: Decrease,] key: [ Alt: '-'] + # uncomment this and adjust key if using copy_on_select=false + # - action: [Copy: ] + # key: [ Alt: 'c'] locked: - action: [SwitchToMode: Normal,] key: [Ctrl: 'g',] @@ -316,6 +319,9 @@ keybinds: key: [ Alt: '+'] - action: [Resize: Decrease,] key: [ Alt: '-'] + # uncomment this and adjust key if using copy_on_select=false + # - action: [Copy: ] + # key: [ Alt: 'c'] renametab: - action: [SwitchToMode: Normal,] key: [Char: "\n", Ctrl: 'c', Esc] @@ -536,4 +542,7 @@ plugins: # Options: # - system (default) # - primary -# copy_clipboard: primary +#copy_clipboard: primary + +# Enable or disable automatic copy (and clear) of selection when releasing mouse +#copy_on_select: true