aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
Commit message (Collapse)AuthorAge
...
| * Add an option to disable the window rename escape sequence, from RomainNicholas Marriott2012-01-20
| | | | | | | | Francoise.
| * Add a man page section on window names and pane titles, from FelixNicholas Marriott2011-12-31
| | | | | | | | Rosencrantz.
| * Show how to set default-path to revert to tmux's old behaviour of openingStuart Henderson2011-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 usedStefan Sperling2011-12-27
| | | | | | | | | | on different machines regardless of where the user's home directory is. ok nicm
| * formatting errors, found using freebsd's "igor";Jason McIntyre2011-12-24
| |
| * Change the way the working directory for new processes is discovered. IfNicholas Marriott2011-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 xNicholas Marriott2011-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 BenNicholas Marriott2011-11-15
| | | | | | | | Boeckel.
| * Missing bits for new keys and buffer indexes, from Tiago CunhaNicholas Marriott2011-11-05
| |
| * Option to change status line (message) background when using vi keys andNicholas Marriott2011-11-05
| | | | | | | | in command mode. From Ben Boeckel.
| * minor formatting fix;Jason McIntyre2011-10-27
| |
| * Didn't really think the else behaviour through - requiring argv toNicholas Marriott2011-10-27
| | | | | | | | | | contain "else" is silly so just omit that, also some manpage tweaks. From Tiago Cunha.
| * Add client formats, from Ben Boeckel.Nicholas Marriott2011-10-23
| |
| * Add a few more formats for panes (tty, pid, start cmd/cwd).Nicholas Marriott2011-10-02
| |
| * Add -S option to refresh-client to redraw status line, from Marco Beck.Nicholas Marriott2011-09-28
| |
| * Tweaks to the format parts, from Tiago Cunha.Nicholas Marriott2011-09-23
| |
| * tweak previous;Jason McIntyre2011-08-26
| |
| * Add initial framework for more powerful formatting of command output andNicholas Marriott2011-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 JuliusNicholas Marriott2011-08-24
| | | | | | | | Plenz.
| * Add pane-base-index option, from Ben Barbour.Nicholas Marriott2011-08-24
| |
| * Add a -r flag to switch-client to toggle the client read-only flag. FromNicholas Marriott2011-08-16
| | | | | | | | Johan Commelin.
| * fix error in previous;Jason McIntyre2011-07-30
| |
| * Extend the mode-mouse option to add a third choice which means the mouseNicholas Marriott2011-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 Marriott2011-07-25
| |
| * Make confirm-before prompt customizable with -p option likeNicholas Marriott2011-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, fromNicholas Marriott2011-07-03
| | | | | | | | Marco Beck.
| * Include the existing window and session name in the prompt when renamingNicholas Marriott2011-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 toNicholas Marriott2011-07-02
| | | | | | | | command-prompt. From Tiago Cunha.
| * Add a respawn-pane command, from Marcel Partap.Nicholas Marriott2011-06-05
| |
| * Fix a typo, spotted by Michal Mazurek..Nicholas Marriott2011-05-30
| |
| * tweak the TERMINFO section; ok nicmJason McIntyre2011-05-21
| |
| * Pass prompts through status_replace so that they can be more helpfulNicholas Marriott2011-05-20
| | | | | | | | | | (such as showing the previous session name when renaming). From Tiago Cunha.
| * Support DECSCUSR sequence to set the cursor style with two newNicholas Marriott2011-05-20
| | | | | | | | terminfo(5) extensions, Cs and Csr. Written by Ailin Nemui.
| * Support xterm(1) cursor colour change sequences through terminfo(5) CcNicholas Marriott2011-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 usingNicholas Marriott2011-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 Marriott2011-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 byNicholas Marriott2011-05-08
| | | | | | | | dragging their borders. From hsim at gmx.li.
| * Use the tsl and fsl terminfo(5) capabilities to update terminal titleNicholas Marriott2011-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 Marriott2011-04-24
| |
| * When mode-mouse is on (it is off by default), automatically enter copyNicholas Marriott2011-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 byNicholas Marriott2011-04-18
| | | | | | | | clicking on the status line, written by hsim at gmx dot li.
| * new sentence, new line;Jason McIntyre2011-04-17
| |
| * Add -t to list-clients, based on a diff from Zac Sprackett.Nicholas Marriott2011-04-17
| |
| * -s comes before -t and also add -s to command syntax. Prompted by jmc.Nicholas Marriott2011-04-11
| |
| * Add -s option to detach all clients attached to a session, from ZacNicholas Marriott2011-04-11
| | | | | | | | Sprackett.
| * Add a flag to cmd_find_session so that attach-session can preferNicholas Marriott2011-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 asNicholas Marriott2011-04-01
| | | | | | | | well.
| * Change -t on display-message to be target-pane for the #[A-Z]Nicholas Marriott2011-03-29
| | | | | | | | replacements and add -c as target-client.
| * Add -a and -s options to lsp to list all panes in the server or sessionNicholas Marriott2011-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 beNicholas Marriott2011-03-28
| | | | | | | | | | negative to capture part of the history. Prompted by request from Victor J Orlikowski.