aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-05-10 17:06:31 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-05-10 17:06:31 +0100
commit8502517d302363cf0d18c4aedf80a2761db24c1c (patch)
tree4e6d4eb01060ad595b3ef054685e298821231582
parent0070313e286bc26141209798ebb5c76f39f25df4 (diff)
downloadrtmux-8502517d302363cf0d18c4aedf80a2761db24c1c.tar.gz
rtmux-8502517d302363cf0d18c4aedf80a2761db24c1c.tar.bz2
rtmux-8502517d302363cf0d18c4aedf80a2761db24c1c.zip
Add to CHANGES.
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e5e966ed..16586ec6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,15 @@
CHANGES FROM 3.1b TO 3.2
+* Add a -D flag to make the tmux server run in the foreground and not as a
+ daemon.
+
+* Do not loop forever in copy mode when search finds an empty match.
+
+* Fix the next-matching-bracket logic when using vi(1) keys.
+
+* Add a customize mode where options may be browsed and changed, includes
+ adding a brief description of each option. Bound to "C-b C" by default.
+
* Change message log (C-b ~) so there is one for the server rather than one per
client and it remains after detach, and make it useful by logging every
command.