Changelog Summarized
- Add a "mouse" terminal feature so tmux can enable the mouse on terminals where it is known to be supported even if terminfo(5) says otherwise
- Add client-detached notification in control mode
- Add a -S flag to new-window to make it select the existing window if one with the given name already exists rather than failing with an error
- Add a format modifier to check if a window or session name exists (N/w or N/s)
- Add a no-detached choice to detach-on-destroy which detaches only if there are no other detached sessions to switch to
- Make paste -p the default for ]
- Add support for pausing a pane when the output buffered for a control mode client gets too far behind. The pause-after flag with a time is set on the pane with refresh-client -f and a paused pane may be resumed with refresh-client -A
- Add M-+ and M-- to tree mode to expand and collapse all
- Store and restore cursor position when copy mode is resized
- Add a key (e) in buffer mode to open the buffer in an editor. The buffer contents is updated when the editor exits
- Try $XDG_CONFIG_HOME/tmux/tmux.conf as well as ~/.config/tmux/tmux.conf for configuration file
- Add a default binding for button 2 to paste