diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-05-01 18:24:20 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-05-01 18:24:20 +0100 |
commit | e078f975c55fd42bf3c8396954038c9071cb5ec1 (patch) | |
tree | a70c2bad00ba0a191721f8ca22ce220dd27ab8a4 | |
parent | bf84359dfb6ab241fc4e586fcbe8070a838f1f37 (diff) | |
download | rtmux-e078f975c55fd42bf3c8396954038c9071cb5ec1.tar.gz rtmux-e078f975c55fd42bf3c8396954038c9071cb5ec1.tar.bz2 rtmux-e078f975c55fd42bf3c8396954038c9071cb5ec1.zip |
Update CHANGES.
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ CHANGES FROM 3.1b TO 3.2 +* Add a key (e) in buffer mode to open the buffer in an editor. The buffer + contents is updated when the editor exits. + +* Add -e flag for new-session to set environment variables, like the same flag + for new-window. + * Improve search match marking in copy mode. Two new options copy-mode-match-style and copy-mode-current-match-style to set the style for matches and for the current match respectively. Also a change so that if a |