Age | Commit message (Expand) | Author |
2011-04-18 | Add an option (mouse-select-window) which allows the mouse to be used by | Nicholas Marriott |
2011-04-17 | new sentence, new line; | Jason McIntyre |
2011-04-17 | Add -t to list-clients, based on a diff from Zac Sprackett. | Nicholas Marriott |
2011-04-11 | -s comes before -t and also add -s to command syntax. Prompted by jmc. | Nicholas Marriott |
2011-04-11 | Add -s option to detach all clients attached to a session, from Zac | Nicholas Marriott |
2011-04-05 | Add a flag to cmd_find_session so that attach-session can prefer | Nicholas Marriott |
2011-04-01 | "or" should be on a line on its own here so it is not emphasised as | Nicholas Marriott |
2011-03-29 | Change -t on display-message to be target-pane for the #[A-Z] | Nicholas Marriott |
2011-03-28 | Add -a and -s options to lsp to list all panes in the server or session | Nicholas Marriott |
2011-03-28 | Allow a start and end line to be specified for capture-pane which may be | Nicholas Marriott |
2011-03-27 | Give each pane created in a tmux server a unique id (starting from 0), | Nicholas Marriott |
2011-03-03 | Add a -P option to detach to HUP the client's parent process (usually | Nicholas Marriott |
2011-01-14 | Support -x and -y for new-session to specify the initial size of the | Nicholas Marriott |
2011-01-13 | Clarify alternate-screen description a little. | Nicholas Marriott |
2011-01-12 | Use TMPDIR if set, from Han Boetes. | Nicholas Marriott |
2011-01-09 | Remove a bit of text that makes exit-unattached description unclear. | Nicholas Marriott |
2011-01-09 | Add missing arguments to some options. | Nicholas Marriott |
2011-01-08 | Accept colours of the hex form #ffffff and translate to the nearest from | Nicholas Marriott |
2011-01-04 | Now that parsing is common, merge some of the small, related commands | Nicholas Marriott |
2011-01-03 | Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 | Nicholas Marriott |
2011-01-01 | suspend-client has used -t for the client target (like everything else) | Nicholas Marriott |
2011-01-01 | Add a -P option to new-window and split-window to print the new window | Nicholas Marriott |
2010-12-31 | fix trailing whitespace; | Jason McIntyre |
2010-12-30 | Fix BUFFERS section now they are global. | Nicholas Marriott |
2010-12-30 | Change from a per-session stack of buffers to one global stack which is | Nicholas Marriott |
2010-12-27 | tweak previous; | Jason McIntyre |
2010-12-27 | Add a missing .Pp and sort options alphabetically, from Tiago Cunha. | Nicholas Marriott |
2010-12-19 | Add other-pane-height and other-pane-width options, allowing the width | Nicholas Marriott |
2010-12-11 | Track the last session for a client and add a flag to switch-client and | Nicholas Marriott |
2010-12-10 | Rephrase a confusing sentence. | Nicholas Marriott |
2010-12-06 | Add an option to alert (monitor) for silence (lack of activity) in a | Nicholas Marriott |
2010-11-29 | If VISUAL or EDITOR contains "vi", configure mode-keys and status-keys | Nicholas Marriott |
2010-11-14 | Update man page for update-environment. | Nicholas Marriott |
2010-11-11 | Flag to flush all key bindings from Rob Paisley. | Nicholas Marriott |
2010-11-01 | Typo, from Rob Paisley. | Nicholas Marriott |
2010-10-23 | Add a last-pane command (bound to ; by default). Requested ages ago by | Nicholas Marriott |
2010-10-14 | Put "or" on new line from command with .Ic. | Nicholas Marriott |
2010-09-26 | Two new options: | Nicholas Marriott |
2010-09-25 | detach-on-destroy is a session option, not server. | Nicholas Marriott |
2010-09-08 | Add -n and -p flags to switch-client to move to the next and previous | Nicholas Marriott |
2010-07-15 | some escapes i missed; | Jason McIntyre |
2010-06-29 | Custom layouts. list-windows command displays the layout as a string (such as | Nicholas Marriott |
2010-06-27 | Store the current working directory in the session, change the default-path | Nicholas Marriott |
2010-06-27 | New option, detach-on-destroy, to set what happens to a client when the session | Nicholas Marriott |
2010-06-21 | Add a choose-buffer command for easier use of the paste buffer stack. | Nicholas Marriott |
2010-06-21 | Extend the -t:+ and -t:- window targets for next and previous window to | Nicholas Marriott |
2010-06-14 | Add a missing command and some missing Ic, from Tiago Cunha. | Nicholas Marriott |
2010-06-05 | Couple of missing command aliases/flags, from Tiago Cunha. | Nicholas Marriott |
2010-06-05 | Support the status_replace # replacement sequences in the pipe-pane | Nicholas Marriott |
2010-05-31 | When the mode-mouse option is on, support dragging to make a selection | Nicholas Marriott |