- 03dca66 Add -F format to new-window and split-window to use with the -P flag, by Nicholas Marriott · 13 years ago
- f4fdddc Support "bracketed paste" mode. This adds a -p flag to paste-buffer - if by Nicholas Marriott · 13 years ago
- 07ac168 Add move-pane command (like join-pane but allows the same window). Also by Nicholas Marriott · 13 years ago
- 4e7de21 Allow a single option to be specified to show-options to show just that option. by Nicholas Marriott · 13 years ago
- aaf0bfc Use format for display-message, based on a diff from George Nachman. by Nicholas Marriott · 13 years ago
- fe7cf0b Document option values, particularly that omitting on|off for a flag is by Nicholas Marriott · 13 years ago
- efb639e Add -l flag to send-keys to send input literally (without translating by Nicholas Marriott · 13 years ago
- 908a22e Provide defined ways to set the various default-path possibilities: ~ by Nicholas Marriott · 13 years ago
- 677ed3e id -> ID; ok nicm by Jason McIntyre · 13 years ago
- 0e59bc7 Give each window a unique id, like panes but prefixed with @. Based on by Nicholas Marriott · 13 years ago
- 230d0fb Add an option to move the status line to the top of the screen, by Nicholas Marriott · 13 years ago
- e870a3f it's -> its. by Nicholas Marriott · 13 years ago
- 535286c Drop the ability to have a list of keys in the prefix in favour of two by Nicholas Marriott · 13 years ago
- 7f24020 Add strings to allow the aixterm bright colours to be used when by Nicholas Marriott · 13 years ago
- 66f0451 Add a -R flag to send-keys to reset the terminal. Written ages ago and by Nicholas Marriott · 13 years ago
- 8cf19ab Add some trivial additional status line attributes from jwcxz at users by Nicholas Marriott · 13 years ago
- 199d148 Remove trailing spaces. by Nicholas Marriott · 13 years ago
- dcad131 Add an option to disable the window rename escape sequence, from Romain by Nicholas Marriott · 13 years ago
- eeaf92a Add a man page section on window names and pane titles, from Felix Rosencrantz. by Nicholas Marriott · 13 years ago
- 16f9667 Show how to set default-path to revert to tmux's old behaviour of opening by Stuart Henderson · 13 years ago
- fdd1d0b Allow $HOME as default-path in tmux.conf so the same config file can be used by Stefan Sperling · 13 years ago
- da145e7 formatting errors, found using freebsd's "igor"; by Jason McIntyre · 13 years ago
- f308ba9 Change the way the working directory for new processes is discovered. If by Nicholas Marriott · 13 years ago
- e04d13f Support "jump to" like vi in copy mode using t and T keys. Also add x by Nicholas Marriott · 13 years ago
- fd25d35 Move word-separators to be a session rather than window option, from Ben by Nicholas Marriott · 13 years ago
- 6c1c304 Missing bits for new keys and buffer indexes, from Tiago Cunha by Nicholas Marriott · 13 years ago
- e5bf63c Option to change status line (message) background when using vi keys and by Nicholas Marriott · 13 years ago
- e5d6df8 minor formatting fix; by Jason McIntyre · 13 years ago
- 5ed3daf Didn't really think the else behaviour through - requiring argv to by Nicholas Marriott · 13 years ago
- 16d75a6 Add client formats, from Ben Boeckel. by Nicholas Marriott · 13 years ago
- 49ef0b4 Add a few more formats for panes (tty, pid, start cmd/cwd). by Nicholas Marriott · 13 years ago
- b1ed2d5 Add -S option to refresh-client to redraw status line, from Marco Beck. by Nicholas Marriott · 13 years ago
- f14da26 Tweaks to the format parts, from Tiago Cunha. by Nicholas Marriott · 13 years ago
- 2888843 tweak previous; by Jason McIntyre · 13 years ago
- 4a5dff3 Add initial framework for more powerful formatting of command output and by Nicholas Marriott · 13 years ago
- 0588168 Support \ for line continuation in the configuration file, from Julius Plenz. by Nicholas Marriott · 13 years ago
- f01b719 Add pane-base-index option, from Ben Barbour. by Nicholas Marriott · 13 years ago
- 88e9079 Add a -r flag to switch-client to toggle the client read-only flag. From by Nicholas Marriott · 13 years ago
- cf90f2a fix error in previous; by Jason McIntyre · 13 years ago
- cc5bcbf Extend the mode-mouse option to add a third choice which means the mouse by Nicholas Marriott · 13 years ago
- 0252796 Sort options alphabetically, from Tiago Cunha. by Nicholas Marriott · 13 years ago
- 2de9b1e Make confirm-before prompt customizable with -p option like by Nicholas Marriott · 13 years ago
- f12158b Add an option to trigger the terminal bell when there is an alert, from by Nicholas Marriott · 13 years ago
- 94f86ed Include the existing window and session name in the prompt when renaming by Nicholas Marriott · 13 years ago
- ad60a2c Allow the initial context on prompts to be set with the new -I option to by Nicholas Marriott · 13 years ago
- 65177b8 Add a respawn-pane command, from Marcel Partap. by Nicholas Marriott · 13 years ago
- f537870 Fix a typo, spotted by Michal Mazurek.. by Nicholas Marriott · 13 years ago
- 240cae4 tweak the TERMINFO section; ok nicm by Jason McIntyre · 14 years ago
- 1af2021 Pass prompts through status_replace so that they can be more helpful by Nicholas Marriott · 14 years ago
- 3ea5e06 Support DECSCUSR sequence to set the cursor style with two new by Nicholas Marriott · 14 years ago
- 944b5e6 Support xterm(1) cursor colour change sequences through terminfo(5) Cc by Nicholas Marriott · 14 years ago
- 96e7f33 Support setting the xterm clipboard when copying from copy mode using by Nicholas Marriott · 14 years ago
- 58908fd Add three new copy-mode commands - select-line, copy-line, by Nicholas Marriott · 14 years ago
- f3741f0 Add a new option, mouse-resize-pane. When on, panes may be resized by by Nicholas Marriott · 14 years ago
- 295ace6 Use the tsl and fsl terminfo(5) capabilities to update terminal title by Nicholas Marriott · 14 years ago
- eb288aa Provide #h for short hostname (no domain) from Michal Mazurek. by Nicholas Marriott · 14 years ago
- 8738141 When mode-mouse is on (it is off by default), automatically enter copy by Nicholas Marriott · 14 years ago
- 0bb2119 Add an option (mouse-select-window) which allows the mouse to be used by by Nicholas Marriott · 14 years ago
- 4e75e82 new sentence, new line; by Jason McIntyre · 14 years ago
- f443203 Add -t to list-clients, based on a diff from Zac Sprackett. by Nicholas Marriott · 14 years ago
- 3dc7b80 -s comes before -t and also add -s to command syntax. Prompted by jmc. by Nicholas Marriott · 14 years ago
- 735f87b Add -s option to detach all clients attached to a session, from Zac Sprackett. by Nicholas Marriott · 14 years ago
- 5d519ba Add a flag to cmd_find_session so that attach-session can prefer by Nicholas Marriott · 14 years ago
- f8a2188 "or" should be on a line on its own here so it is not emphasised as well. by Nicholas Marriott · 14 years ago
- d88c20e Change -t on display-message to be target-pane for the #[A-Z] by Nicholas Marriott · 14 years ago
- f19a4bf Add -a and -s options to lsp to list all panes in the server or session by Nicholas Marriott · 14 years ago
- 82e0165 Allow a start and end line to be specified for capture-pane which may be by Nicholas Marriott · 14 years ago
- 808502a Give each pane created in a tmux server a unique id (starting from 0), by Nicholas Marriott · 14 years ago
- 7954126 Add a -P option to detach to HUP the client's parent process (usually by Nicholas Marriott · 14 years ago
- 4f34e25 Support -x and -y for new-session to specify the initial size of the by Nicholas Marriott · 14 years ago
- fa4a75c Clarify alternate-screen description a little. by Nicholas Marriott · 14 years ago
- b3438c8 Use TMPDIR if set, from Han Boetes. by Nicholas Marriott · 14 years ago
- 17f1cd5 Remove a bit of text that makes exit-unattached description unclear. by Nicholas Marriott · 14 years ago
- c3041eb Add missing arguments to some options. by Nicholas Marriott · 14 years ago
- 703160b Accept colours of the hex form #ffffff and translate to the nearest from by Nicholas Marriott · 14 years ago
- 96c37fa Now that parsing is common, merge some of the small, related commands by Nicholas Marriott · 14 years ago
- ac3b78a Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 by Nicholas Marriott · 14 years ago
- a4515ce suspend-client has used -t for the client target (like everything else) by Nicholas Marriott · 14 years ago
- b6950ed Add a -P option to new-window and split-window to print the new window by Nicholas Marriott · 14 years ago
- 1a1efd5 fix trailing whitespace; by Jason McIntyre · 14 years ago
- 2b3c2fd Fix BUFFERS section now they are global. by Nicholas Marriott · 14 years ago
- cc42614 Change from a per-session stack of buffers to one global stack which is by Nicholas Marriott · 14 years ago
- efa8c93 tweak previous; by Jason McIntyre · 14 years ago
- 3e0bc05 Add a missing .Pp and sort options alphabetically, from Tiago Cunha. by Nicholas Marriott · 14 years ago
- c198664 Add other-pane-height and other-pane-width options, allowing the width by Nicholas Marriott · 14 years ago
- 51487ed Track the last session for a client and add a flag to switch-client and by Nicholas Marriott · 14 years ago
- 6be32c8 Rephrase a confusing sentence. by Nicholas Marriott · 14 years ago
- e26a351 Add an option to alert (monitor) for silence (lack of activity) in a by Nicholas Marriott · 14 years ago
- ebd0eb4 If VISUAL or EDITOR contains "vi", configure mode-keys and status-keys to vi. by Nicholas Marriott · 14 years ago
- 7e542d1 Update man page for update-environment. by Nicholas Marriott · 14 years ago
- 17b5656 Flag to flush all key bindings from Rob Paisley. by Nicholas Marriott · 14 years ago
- 023137a Typo, from Rob Paisley. by Nicholas Marriott · 14 years ago
- 5de84ec Add a last-pane command (bound to ; by default). Requested ages ago by by Nicholas Marriott · 14 years ago
- 1580afd Put "or" on new line from command with .Ic. by Nicholas Marriott · 14 years ago
- 9a7cde0 Two new options: by Nicholas Marriott · 14 years ago
- 2772557 detach-on-destroy is a session option, not server. by Nicholas Marriott · 14 years ago
- a22a6de Add -n and -p flags to switch-client to move to the next and previous by Nicholas Marriott · 14 years ago
- a471b5d some escapes i missed; by Jason McIntyre · 14 years ago
- 552c9cd Custom layouts. list-windows command displays the layout as a string (such as by Nicholas Marriott · 14 years ago
- 07a71fd Store the current working directory in the session, change the default-path by Nicholas Marriott · 14 years ago