diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-11-15 20:14:36 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-11-15 20:14:49 +0000 |
commit | e58d16b2df52beefd5094ac61bb9e44c123df3e7 (patch) | |
tree | 445f50abb7cd18cbf9ade25e5d19ecfb49ffc730 | |
parent | e755ca37b339ac2960f753eff4470c3b68f4b223 (diff) | |
download | rtmux-e58d16b2df52beefd5094ac61bb9e44c123df3e7.tar.gz rtmux-e58d16b2df52beefd5094ac61bb9e44c123df3e7.tar.bz2 rtmux-e58d16b2df52beefd5094ac61bb9e44c123df3e7.zip |
Add to CHANGES.
-rw-r--r-- | CHANGES | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ CHANGES FROM 2.6 TO master +* Add select-layout -E to spread panes out evenly (bound to E key). + +* Support wide characters properly when reflowing. + +* Pass PWD to new panes as a hint to shells, as well as calling chdir(). + +* Performance improvements for the various choose modes. + +* Only show first member of session groups in tree mode (-G flag to choose-tree + to show all). + * Support %else in config files to match %if; from Brad Town in GitHub issue 1071. |