aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-04-01 09:29:02 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-04-01 09:29:02 +0100
commitb8356c650a0d9ca455ed381777828308756b32d0 (patch)
treee44afd8bc0e3ce912b44fbd8ed8323918d8997bd
parentbb6630af3171fd87a1ed98f7fc74f66d569315b8 (diff)
downloadrtmux-b8356c650a0d9ca455ed381777828308756b32d0.tar.gz
rtmux-b8356c650a0d9ca455ed381777828308756b32d0.tar.bz2
rtmux-b8356c650a0d9ca455ed381777828308756b32d0.zip
Update CHANGES.
-rw-r--r--CHANGES15
1 files changed, 15 insertions, 0 deletions
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.