summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tmux.1
AgeCommit message (Expand)Author
2017-08-23Key (v) and flag (-N) to toggle preview in choose modes.Nicholas Marriott
2017-08-19Fix example for user-keys.Nicholas Marriott
2017-08-17Add monitor-bell window option to match the activity and silenceNicholas Marriott
2017-08-16Add -d flag to display-panes to specify timeout, and make 0 mean noNicholas Marriott
2017-08-09Add -F to choose-tree, choose-client, choose-buffer to specify theNicholas Marriott
2017-08-02Add selection_present format so commands in copy mode can use it, GitHubNicholas Marriott
2017-07-27Add pane_at_left/right/top/bottom formats, from Amos Bird.Nicholas Marriott
2017-07-26Make bell, activity and silence alerting more consistent:Nicholas Marriott
2017-07-21Add -c for respawn-pane and respawn-window, from J Raynor.Nicholas Marriott
2017-07-07Add a pane_pipe format to show if pipe-pane is active, GitHub issue 990.Nicholas Marriott
2017-07-04< and > keys to scroll preview list left and right in tree mode.Nicholas Marriott
2017-06-29Use 100 as the example for command-alias because the defaults are from 0Nicholas Marriott
2017-06-28Fix visual-silence (check accidentally the wrong way round), from BradNicholas Marriott
2017-06-23Add user-keys option to allow user-defined keys to be set, from DanNicholas Marriott
2017-06-09Extend filters (f key) to buffer and client mode and add -f flag toNicholas Marriott
2017-06-09Add -O option to choose-* to set initial sort order.Nicholas Marriott
2017-06-09Add a hook when the clipboard is set.Nicholas Marriott
2017-06-07Add simple searching (C-s and n) to the various choose modes: by nameNicholas Marriott
2017-06-04Support SIGUSR2 to stop and start logging for an existing server. AlsoNicholas Marriott
2017-06-04Typo/style; plus man page escaping from jmc.Nicholas Marriott
2017-06-03Make set-clipboard a three-state option so tmux itself can ignore theNicholas Marriott
2017-05-30Rewrite of choose mode, both to simplify and tidy the code and to addNicholas Marriott
2017-05-29Add ||, && format operators and C: to search pane content.Nicholas Marriott
2017-05-29Add m: for fnmatch(3) format matching.Nicholas Marriott
2017-05-29Tweak text to mention initial size, from John Hood.Nicholas Marriott
2017-05-15The Konsole SU bug means it can't clear the entire scroll region (itNicholas Marriott
2017-05-10Expand formats in option names and add -F flag to do so in option values as w...Nicholas Marriott
2017-05-07Add a format for the name of the pane's mode, lets it be used as aNicholas Marriott
2017-05-05Add some formats to look at the session window stack, suggested by ScottNicholas Marriott
2017-05-04Some new notifications, mainly for active pane and current window andNicholas Marriott
2017-05-03Add a format for the last search string in copy mode and fix the promptNicholas Marriott
2017-04-28Default for xterm-keys was wrong, stop documenting it.Nicholas Marriott
2017-04-22Typo in example.Nicholas Marriott
2017-04-20If a #() command doesn't exit, use its most recent line of output (itNicholas Marriott
2017-04-19When the data we have buffered to write to a terminal grows beyond aNicholas Marriott
2017-04-18Add a format for number of bytes writtent to client, useful for debugging.Nicholas Marriott
2017-04-05Give each client a name. This defaults to the tty name as before butNicholas Marriott
2017-03-22Add support for the strikethrough attribute (SGR 9), using the new smxxNicholas Marriott
2017-02-15"status bar" -> "status line" for consistency, from Benjamin Dopplinger.Nicholas Marriott
2017-02-10Don't use a bufferevent for the tty, so we can keep better track of whatNicholas Marriott
2017-02-09Instead of numbering session groups, give them a name which may be givenNicholas Marriott
2017-02-09Document refresh-client -C.Nicholas Marriott
2017-02-09Don't lie about the default size in the man page.Nicholas Marriott
2017-02-01Implement "all event" (1003) mouse mode but in a way that works. TheNicholas Marriott
2017-01-29Add -n to break-pane.Nicholas Marriott
2017-01-25If xterm-keys is on, use xterm(1) style keys for Home and End as well asNicholas Marriott
2017-01-24Fixed keys for choose mode, and remove the last mode keys bits.Nicholas Marriott
2017-01-24Make update-environment an array as well.Nicholas Marriott
2017-01-24Convert terminal-overrides to an array option.Nicholas Marriott
2017-01-24Remove some lies about terminal-overrides from tmux.1.Nicholas Marriott