| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | Add an option to disable the window rename escape sequence, from Romain | Nicholas Marriott | 2012-01-20 | |
| | | | | | | | | | Francoise. | |||
| | * | Add a man page section on window names and pane titles, from Felix | Nicholas Marriott | 2011-12-31 | |
| | | | | | | | | | Rosencrantz. | |||
| | * | Show how to set default-path to revert to tmux's old behaviour of opening | Stuart Henderson | 2011-12-30 | |
| | | | | | | | | | | | new windows in the current working directory at the time tmux was started, it's not obvious. naddy@ agrees this is a useful inclusion. | |||
| | * | Allow $HOME as default-path in tmux.conf so the same config file can be used | Stefan Sperling | 2011-12-27 | |
| | | | | | | | | | | | on different machines regardless of where the user's home directory is. ok nicm | |||
| | * | formatting errors, found using freebsd's "igor"; | Jason McIntyre | 2011-12-24 | |
| | | | ||||
| | * | Change the way the working directory for new processes is discovered. If | Nicholas Marriott | 2011-12-09 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | default-path isn't empty, it is used. Otherwise: 1) If tmux neww is run from the command line, the working directory of the client is used. 2) Otherwise sysctl KERN_PROC_CWD is used to retrieve the current working directory of the process in the active pane. 3) If that fails, the directory where the session was created is used. Support code by Romain Francois, OpenBSD specific bits by me. Note this requires a recent userland and kernel with KERN_PROC_CWD. | |||
| | * | Support "jump to" like vi in copy mode using t and T keys. Also add x | Nicholas Marriott | 2011-12-04 | |
| | | | | | | | | | | | | | and X for delete in edit mode. From Ben Boeckel, thanks. | |||
| | * | Move word-separators to be a session rather than window option, from Ben | Nicholas Marriott | 2011-11-15 | |
| | | | | | | | | | Boeckel. | |||
| | * | Missing bits for new keys and buffer indexes, from Tiago Cunha | Nicholas Marriott | 2011-11-05 | |
| | | | ||||
| | * | Option to change status line (message) background when using vi keys and | Nicholas Marriott | 2011-11-05 | |
| | | | | | | | | | in command mode. From Ben Boeckel. | |||
| | * | minor formatting fix; | Jason McIntyre | 2011-10-27 | |
| | | | ||||
| | * | Didn't really think the else behaviour through - requiring argv to | Nicholas Marriott | 2011-10-27 | |
| | | | | | | | | | | | contain "else" is silly so just omit that, also some manpage tweaks. From Tiago Cunha. | |||
| | * | Add client formats, from Ben Boeckel. | Nicholas Marriott | 2011-10-23 | |
| | | | ||||
| | * | Add a few more formats for panes (tty, pid, start cmd/cwd). | Nicholas Marriott | 2011-10-02 | |
| | | | ||||
| | * | Add -S option to refresh-client to redraw status line, from Marco Beck. | Nicholas Marriott | 2011-09-28 | |
| | | | ||||
| | * | Tweaks to the format parts, from Tiago Cunha. | Nicholas Marriott | 2011-09-23 | |
| | | | ||||
| | * | tweak previous; | Jason McIntyre | 2011-08-26 | |
| | | | ||||
| | * | Add initial framework for more powerful formatting of command output and | Nicholas Marriott | 2011-08-26 | |
| | | | | | | | | | | | | | | | | | use it for list-{panes,windows,sessions}. This allows more descriptive replacements (such as #{session_name}) and conditionals. Later this will be used for status_replace and list-keys and other places. | |||
| | * | Support \ for line continuation in the configuration file, from Julius | Nicholas Marriott | 2011-08-24 | |
| | | | | | | | | | Plenz. | |||
| | * | Add pane-base-index option, from Ben Barbour. | Nicholas Marriott | 2011-08-24 | |
| | | | ||||
| | * | Add a -r flag to switch-client to toggle the client read-only flag. From | Nicholas Marriott | 2011-08-16 | |
| | | | | | | | | | Johan Commelin. | |||
| | * | fix error in previous; | Jason McIntyre | 2011-07-30 | |
| | | | ||||
| | * | Extend the mode-mouse option to add a third choice which means the mouse | Nicholas Marriott | 2011-07-30 | |
| | | | | | | | | | | | | | | | does not enter copy mode. Patch from SF bug 3374493. In future the mode-mouse option is likely to die and be broken into several smaller options. | |||
| | * | Sort options alphabetically, from Tiago Cunha. | Nicholas Marriott | 2011-07-25 | |
| | | | ||||
| | * | Make confirm-before prompt customizable with -p option like | Nicholas Marriott | 2011-07-08 | |
| | | | | | | | | | | | | | command-prompt. Also move responsibility for calling status_replace into status_prompt_{set,update} and add #W and #P to the default kill-window and kill-pane prompts. By Tiago Cunha. | |||
| | * | Add an option to trigger the terminal bell when there is an alert, from | Nicholas Marriott | 2011-07-03 | |
| | | | | | | | | | Marco Beck. | |||
| | * | Include the existing window and session name in the prompt when renaming | Nicholas Marriott | 2011-07-03 | |
| | | | | | | | | | and add a new key binding ($) for rename session. From Tiago Cunha. | |||
| | * | Allow the initial context on prompts to be set with the new -I option to | Nicholas Marriott | 2011-07-02 | |
| | | | | | | | | | command-prompt. From Tiago Cunha. | |||
| | * | Add a respawn-pane command, from Marcel Partap. | Nicholas Marriott | 2011-06-05 | |
| | | | ||||
| | * | Fix a typo, spotted by Michal Mazurek.. | Nicholas Marriott | 2011-05-30 | |
| | | | ||||
| | * | tweak the TERMINFO section; ok nicm | Jason McIntyre | 2011-05-21 | |
| | | | ||||
| | * | Pass prompts through status_replace so that they can be more helpful | Nicholas Marriott | 2011-05-20 | |
| | | | | | | | | | | | (such as showing the previous session name when renaming). From Tiago Cunha. | |||
| | * | Support DECSCUSR sequence to set the cursor style with two new | Nicholas Marriott | 2011-05-20 | |
| | | | | | | | | | terminfo(5) extensions, Cs and Csr. Written by Ailin Nemui. | |||
| | * | Support xterm(1) cursor colour change sequences through terminfo(5) Cc | Nicholas Marriott | 2011-05-20 | |
| | | | | | | | | | | | (set) and Cr (reset) extensions. Originally by Sean Estabrooks, tweaked by me and Ailin Nemui. | |||
| | * | Support setting the xterm clipboard when copying from copy mode using | Nicholas Marriott | 2011-05-18 | |
| | | | | | | | | | | | | | | | | | the xterm escape sequence for the purpose (if xterm is configured to allow it). Written by and much discussed Ailin Nemui, guidance on xterm/termcap/terminfo from Thomas Dickey. | |||
| | * | Add three new copy-mode commands - select-line, copy-line, | Nicholas Marriott | 2011-05-18 | |
| | | | | | | | | | copy-end-of-line. From Dave Disser and Randy Stauner a while back. | |||
| | * | Add a new option, mouse-resize-pane. When on, panes may be resized by | Nicholas Marriott | 2011-05-08 | |
| | | | | | | | | | dragging their borders. From hsim at gmx.li. | |||
| | * | Use the tsl and fsl terminfo(5) capabilities to update terminal title | Nicholas Marriott | 2011-05-08 | |
| | | | | | | | | | | | | | and automatically fill them in on terminals with the XT capability (which means their title setting is xterm-compatible). From hsim at gmx.li. | |||
| | * | Provide #h for short hostname (no domain) from Michal Mazurek. | Nicholas Marriott | 2011-04-24 | |
| | | | ||||
| | * | When mode-mouse is on (it is off by default), automatically enter copy | Nicholas Marriott | 2011-04-19 | |
| | | | | | | | | | | | | | mode when the mouse is dragged or the mouse wheel is used. Also exit copy mode when the mouse wheel is scrolled off the bottom. Discussed with and written by hsim at gmx dot li. | |||
| | * | Add an option (mouse-select-window) which allows the mouse to be used by | Nicholas Marriott | 2011-04-18 | |
| | | | | | | | | | clicking on the status line, written by hsim at gmx dot li. | |||
| | * | 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-17 | |
| | | | ||||
| | * | -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-11 | |
| | | | | | | | | | Sprackett. | |||
| | * | Add a flag to cmd_find_session so that attach-session can prefer | Nicholas Marriott | 2011-04-05 | |
| | | | | | | | | | | | unattached sessions when choosing the most recently used (if -t is not given). Suggested by claudio@. | |||
| | * | "or" should be on a line on its own here so it is not emphasised as | Nicholas Marriott | 2011-04-01 | |
| | | | | | | | | | well. | |||
| | * | Change -t on display-message to be target-pane for the #[A-Z] | Nicholas Marriott | 2011-03-29 | |
| | | | | | | | | | replacements and add -c as target-client. | |||
| | * | Add -a and -s options to lsp to list all panes in the server or session | Nicholas Marriott | 2011-03-28 | |
| | | | | | | | | | respectively. Likewise add -s to lsw. From Ben Boeckel. | |||
| | * | Allow a start and end line to be specified for capture-pane which may be | Nicholas Marriott | 2011-03-28 | |
| | | | | | | | | | | | negative to capture part of the history. Prompted by request from Victor J Orlikowski. | |||