Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-23 | #aabbcc will use RGB if supported so don't say it is closest match. | Nicholas Marriott | |
2018-04-18 | Fix || example. | Nicholas Marriott | |
2018-04-10 | Add x and X to choose-tree (with a confirmation prompt) to kill an | Nicholas Marriott | |
item. Suggested by Matt Zagrabelny. | |||
2018-02-28 | Add -Z flag to choose-tree, choose-client, choose-buffer to | Nicholas Marriott | |
automatically zoom the pane when the mode is entered and unzoom when it exits, assuming the pane is not already zoomed. Add -Z to the default key bindings. | |||
2018-02-22 | Add exit-empty option to exit server if no sessions (defaults to on). | Nicholas Marriott | |
2018-01-16 | Add -I to pipe-pane to connect pane stdin as well as stdout, suggested | Nicholas Marriott | |
by Kristof Kovacs in GitHub issue 1186. | |||
2017-12-22 | Remove duplicate WheelUp/WheelDown entries in list, GitHub issue 1184. | Nicholas Marriott | |
2017-11-16 | Add -and-cancel variants for scrolling commands to exit copy mode when | Nicholas Marriott | |
the bottom is reached, from Stephen Hicks. | |||
2017-11-15 | Add a common function for spreading out cells and use it for the two | Nicholas Marriott | |
even layouts and to add a -E flag to select-layout to spread out cells evenly without changing parent cells. | |||
2017-11-02 | Format for group list of "other sessions" is a bit weird, just list all | Nicholas Marriott | |
the sessions in the group. | |||
2017-11-02 | Only show the first member of session groups in tree mode (-G flag | Nicholas Marriott | |
disables). | |||
2017-10-26 | Fix crash exiting command prompt (from Alex Maese in GitHub issue 1139) | Nicholas Marriott | |
and a man page tweak from jmc. | |||
2017-10-25 | Note that notifications are also hooks. | Nicholas Marriott | |
2017-10-25 | Default allow-rename to off because it is ridiculous that applications | Nicholas Marriott | |
are even able to do this and confusing when they do. | |||
2017-10-25 | Add P key to paste tagged in buffer mode, and trim some code that should | Nicholas Marriott | |
no longer be necessary. | |||
2017-10-08 | Fix description of history_size, from Campbell Barton. | Nicholas Marriott | |
2017-10-06 | Support %else in config files to match %if, from Brad Town in GitHub | Nicholas Marriott | |
issue 1071. | |||
2017-09-11 | Mention that filter is a format. | Nicholas Marriott | |
2017-09-04 | Move to current mouse position not last when clcking in copy mode; fixes | Nicholas Marriott | |
GitHub issue 1055. Also a man page fix from jmc. | |||
2017-09-02 | Add selectp -T to set pane title. | Nicholas Marriott | |
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 | |
options, from Brad Town. | |||
2017-08-16 | Add -d flag to display-panes to specify timeout, and make 0 mean no | Nicholas Marriott | |
timeout. From Laurens Post. | |||
2017-08-09 | Add -F to choose-tree, choose-client, choose-buffer to specify the | Nicholas Marriott | |
format of each line, as well as adding a couple of formats needed for the default display. | |||
2017-08-02 | Add selection_present format so commands in copy mode can use it, GitHub | Nicholas Marriott | |
issue 1028. | |||
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 | |
- remove the bell-on-alert option; - add activity-action and silence-action options with the same possible values as the existing bell-action; - add "both" value for the visual-bell, visual-activity and visual-silence options to trigger both a bell and a message. This means all three work the same way. Based on changes from Yvain Thonnart. | |||
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 | |
to (currently) 5. | |||
2017-06-28 | Fix visual-silence (check accidentally the wrong way round), from Brad | Nicholas Marriott | |
Town. Plus some tmux.1 fixes from jmc@. | |||
2017-06-23 | Add user-keys option to allow user-defined keys to be set, from Dan | Nicholas Marriott | |
Aloni. | |||
2017-06-09 | Extend filters (f key) to buffer and client mode and add -f flag to | Nicholas Marriott | |
specify to command. | |||
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 | |
for client and tree, and by name and content for buffer. | |||
2017-06-04 | Support SIGUSR2 to stop and start logging for an existing server. Also | Nicholas Marriott | |
we currently only have two log levels so just use -v and -vv rather than -v and -vvvv, and clarify the man page entry for -v. | |||
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 | |
sequencess. | |||
2017-05-30 | Rewrite of choose mode, both to simplify and tidy the code and to add | Nicholas Marriott | |
some modern features. Now the common code is in mode-tree.c, which provides an API used by the three modes now separated into window-{buffer,client,tree}.c. Buffer mode shows buffers, client mode clients and tree mode a tree of sessions, windows and panes. Each mode has a common set of key bindings plus a few that are specific to the mode. Other changes are: - each mode has a preview pane: for buffers this is the buffer content (very useful), for others it is a preview of the pane; - items may be sorted in different ways ('O' key); - multiple items may be tagged and an operation applied to all of them (for example, to delete multiple buffers at once); - in tree mode a command may be run on the selected item (session, window, pane) or on tagged items (key ':'); - displayed items may be filtered in tree mode by using a format (this is used to implement find-window) (key 'f'); - the custom format (-F) for the display is no longer available; - shortcut keys change from 0-9, a-z, A-Z which was always a bit weird with keys used for other uses to 0-9, M-a to M-z. Now that the code is simpler, other improvements will come later. Primary key bindings for each mode are documented under the commands in the man page (choose-buffer, choose-client, choose-tree). Parts written by Thomas Adam. | |||
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 | |
ignores if >= size, not if > as I first thought). So we can't effectively fix it in code - remove the workarounds which just cause bugs on other terminals. | |||
2017-05-10 | Expand formats in option names and add -F flag to do so in option values as ↵ | Nicholas Marriott | |
well. | |||
2017-05-07 | Add a format for the name of the pane's mode, lets it be used as a | Nicholas Marriott | |
conditional for key bindings. | |||
2017-05-05 | Add some formats to look at the session window stack, suggested by Scott | Nicholas Marriott | |
ROCHFORD. | |||
2017-05-04 | Some new notifications, mainly for active pane and current window and | Nicholas Marriott | |
session: pane-mode-changed window-pane-changed client-session-changed session-window-changed From Joshua Brot. |