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