summaryrefslogtreecommitdiffstats
path: root/tmux.1
AgeCommit message (Expand)Author
2017-06-09Extend filters (f key) to buffer and client mode and add -f flag tonicm
2017-06-09Add -O option to choose-* to set initial sort order.nicm
2017-06-09Add a hook when the clipboard is set.nicm
2017-06-07Add simple searching (C-s and n) to the various choose modes: by namenicm
2017-06-04Support SIGUSR2 to stop and start logging for an existing server. Alsonicm
2017-06-04Typo/style; plus man page escaping from jmc.nicm
2017-06-03Make set-clipboard a three-state option so tmux itself can ignore thenicm
2017-05-30Rewrite of choose mode, both to simplify and tidy the code and to addnicm
2017-05-29Add ||, && format operators and C: to search pane content.nicm
2017-05-29Add m: for fnmatch(3) format matching.nicm
2017-05-29Tweak text to mention initial size, from John Hood.nicm
2017-05-10Expand formats in option names and add -F flag to do so in option values as w...nicm
2017-05-07Add a format for the name of the pane's mode, lets it be used as anicm
2017-05-05Add some formats to look at the session window stack, suggested by Scottnicm
2017-05-04Some new notifications, mainly for active pane and current window andnicm
2017-05-03Add a format for the last search string in copy mode and fix the promptnicm
2017-04-28Default for xterm-keys was wrong, stop documenting it.nicm
2017-04-22Typo in example.nicm
2017-04-20If a #() command doesn't exit, use its most recent line of output (itnicm
2017-04-19When the data we have buffered to write to a terminal grows beyond anicm
2017-04-18Add a format for number of bytes writtent to client, useful for debugging.nicm
2017-04-05Give each client a name. This defaults to the tty name as before butnicm
2017-03-22Add support for the strikethrough attribute (SGR 9), using the new smxxnicm
2017-02-15"status bar" -> "status line" for consistency, from Benjamin Dopplinger.nicm
2017-02-10Don't use a bufferevent for the tty, so we can keep better track of whatnicm
2017-02-09Instead of numbering session groups, give them a name which may be givennicm
2017-02-09Document refresh-client -C.nicm
2017-02-09Don't lie about the default size in the man page.nicm
2017-02-01Implement "all event" (1003) mouse mode but in a way that works. Thenicm
2017-01-29Add -n to break-pane.nicm
2017-01-25If xterm-keys is on, use xterm(1) style keys for Home and End as well asnicm
2017-01-24Make update-environment an array as well.nicm
2017-01-24Convert terminal-overrides to an array option.nicm
2017-01-24Remove some lies about terminal-overrides from tmux.1.nicm
2017-01-24Add support for custom command aliases, this is an array option whichnicm
2017-01-13Add -E to detach-client to exec a command to replace the client insteadnicm
2017-01-11Add a format for terminal type.nicm
2017-01-10Some manpage fixes: rephrase a convoluted sentence, make the names ofnicm
2017-01-10avoid unneccessary markup; tweaked and ok nicmjmc
2017-01-09Add %if/%endif for conditionals when parsing configuration files, thenicm
2017-01-09Add simple comparisons in formats: #{==:a,b} and #{!=:a,b} ("a" and "b"nicm
2017-01-09Run the source-file pattern through glob(3).nicm
2017-01-07Add note about ccc and initc so people who want it can see it isnicm
2017-01-06Incremental search in copy mode (on for emacs keys by default) - muchnicm
2016-11-29Make send -N work for all keys, not just in copy mode. From Artem Fokin.nicm
2016-11-24Make the selection able to exist independent of the cursor position, sonicm
2016-11-15Add copy-pipe-and-cancel, from Artem Fokin.nicm
2016-10-21Add %%% to substitute with quotes escaped (convert " to \"). Use thisnicm
2016-10-18xterm-keys was in the wrong place in the list; Dilyan Palauzov.nicm
2016-10-16Use the notify name string instead of going via an enum and changenicm