From b8356c650a0d9ca455ed381777828308756b32d0 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 1 Apr 2020 09:29:02 +0100 Subject: [PATCH] Update CHANGES. --- CHANGES | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGES b/CHANGES index a825865d..709e69b6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,16 @@ CHANGES FROM 3.1 TO 3.2 +* Make the mouse_word and mouse_line formats work in copy mode and enable the + default pane menu in copy mode. + +* Add a -T flag to resize-pane to trim lines below the cursor, moving lines out + of the history. + +* Add a way to mark environment variables as "hidden" so they can be used by + tmux (for example in formats) but are not set in the environment for new + panes. set-environment and show-environment have a new -h flag and there is a + new %hidden statement for the configuration file. + * Change default position for display-menu -x and -y to centre rather than top left. @@ -30,6 +41,10 @@ CHANGES FROM 3.1 TO 3.2 CHANGES FROM 3.0a TO 3.1 +* Search using regular expressions in copy mode. search-forward and + search-backward use regular expressions by default; the incremental versions + do not. + * Add selection_active format for when the selection is present but not moving with the cursor.