aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
Commit message (Expand)AuthorAge
* Don't use a bufferevent for the tty, so we can keep better track of whatnicm2017-02-10
* Instead of numbering session groups, give them a name which may be givennicm2017-02-09
* Document refresh-client -C.nicm2017-02-09
* Don't lie about the default size in the man page.nicm2017-02-09
* Implement "all event" (1003) mouse mode but in a way that works. Thenicm2017-02-01
* Add -n to break-pane.nicm2017-01-29
* If xterm-keys is on, use xterm(1) style keys for Home and End as well asnicm2017-01-25
* Make update-environment an array as well.nicm2017-01-24
* Convert terminal-overrides to an array option.nicm2017-01-24
* Remove some lies about terminal-overrides from tmux.1.nicm2017-01-24
* Add support for custom command aliases, this is an array option whichnicm2017-01-24
* Add -E to detach-client to exec a command to replace the client insteadnicm2017-01-13
* Add a format for terminal type.nicm2017-01-11
* Some manpage fixes: rephrase a convoluted sentence, make the names ofnicm2017-01-10
* avoid unneccessary markup; tweaked and ok nicmjmc2017-01-10
* Add %if/%endif for conditionals when parsing configuration files, thenicm2017-01-09
* Add simple comparisons in formats: #{==:a,b} and #{!=:a,b} ("a" and "b"nicm2017-01-09
* Run the source-file pattern through glob(3).nicm2017-01-09
* Add note about ccc and initc so people who want it can see it isnicm2017-01-07
* Incremental search in copy mode (on for emacs keys by default) - muchnicm2017-01-06
* Make send -N work for all keys, not just in copy mode. From Artem Fokin.nicm2016-11-29
* Make the selection able to exist independent of the cursor position, sonicm2016-11-24
* Add copy-pipe-and-cancel, from Artem Fokin.nicm2016-11-15
* Add %%% to substitute with quotes escaped (convert " to \"). Use thisnicm2016-10-21
* xterm-keys was in the wrong place in the list; Dilyan Palauzov.nicm2016-10-18
* Use the notify name string instead of going via an enum and changenicm2016-10-16
* Add hook_session and hook_window formats to get information on thenicm2016-10-16
* Rewrite command queue handling. Each client still has a command queue,nicm2016-10-16
* zap double .Pp;jmc2016-10-15
* Fire hooks on the simple notifys (window-renamed and session-renamed),nicm2016-10-15
* Missing flags in capture-pane, and tweak choose-tree text. From Dilyan Palauzov.nicm2016-10-14
* Trying to do hooks generically is way too complicated and unreliable andnicm2016-10-13
* Remove the set-remain-on-exit option, it was always a hack and can nownicm2016-10-13
* Remove mention of key tables than no longer exist.nicm2016-10-13
* -f missed from splitw usage, from Felix Rosencrantz.nicm2016-10-13
* bind-key -c has gone, remove from man page, and unused table declarations.nicm2016-10-12
* Drop the edit mode key tables and just use fixed key bindings for thenicm2016-10-12
* The repeat prompt in both emacs and vi (and the old one in tmux) doesn'tnicm2016-10-12
* Support double and triple clicks (they are cumulative, so double isnicm2016-10-11
* Fundamental change to how copy mode key bindings work:nicm2016-10-11
* Document set-hook -u.nicm2016-10-03
* Allow repeat count to be specified in mode key tables with bind-key -R,nicm2016-09-12
* Add support for performing a full width split (with splitw -f), rathernicm2016-09-04
* Two minor fixes from dilyan palauzov.nicm2016-08-22
* We only replace the first %%, not multiple (use %2 for second).nicm2016-08-03
* Allow a command to be specified to display-panes, similar tonicm2016-06-16
* Add missing buffer_name format, from Awal Garg.nicm2016-06-15
* Add -F to list-commands.nicm2016-06-15
* - Rework load_cfg() error handling a little.tim2016-05-12
* Missing format (window_activity_flag) and a missing Ta.nicm2016-05-01