summaryrefslogtreecommitdiffstats
path: root/tmux.1
AgeCommit message (Collapse)Author
2012-03-03Add move-pane command (like join-pane but allows the same window). AlsoNicholas Marriott
-b flag to join-pane and move-pane to place the pane to the left or above. From George Nachman.
2012-02-25Allow a single option to be specified to show-options to show just thatNicholas Marriott
option.
2012-02-23Use format for display-message, based on a diff from George Nachman.Nicholas Marriott
2012-02-02Document option values, particularly that omitting on|off for a flag isNicholas Marriott
a toggle.
2012-02-02Add -l flag to send-keys to send input literally (without translatingNicholas Marriott
key names). From Frank Terbeck.
2012-01-31Provide defined ways to set the various default-path possibilities: ~Nicholas Marriott
for home directory, . for server start directory, - for session start directory and empty for the pane's working directory (the default). All can also be used as part of a relative path (eg -/foo). Also provide -c flags to neww and splitw to override default-path setting. Based on a diff from sthen. ok sthen
2012-01-30id -> ID; ok nicmJason McIntyre
2012-01-30Give each window a unique id, like panes but prefixed with @. Based onNicholas Marriott
work from George Nachman.
2012-01-29Add an option to move the status line to the top of the screen,Nicholas Marriott
requested by many.
2012-01-21it's -> its.Nicholas Marriott
2012-01-21Drop the ability to have a list of keys in the prefix in favour of twoNicholas Marriott
separate options, prefix and prefix2. This simplifies the code and gets rid the data options type which was only used for this one option. Also add a -2 flag to send-prefix to send the secondary prefix key, fixing a cause of minor irritation. People who want three prefix keys are out of luck :-).
2012-01-21Add strings to allow the aixterm bright colours to be used whenNicholas Marriott
configuring colours, requested by Elliott Cable a few months ago.
2012-01-21Add a -R flag to send-keys to reset the terminal. Written ages ago andNicholas Marriott
Suggested by someone, I forget who.
2012-01-20Add some trivial additional status line attributes from jwcxz at usersNicholas Marriott
dot sourceforge dot net.
2012-01-20Remove trailing spaces.Nicholas Marriott
2012-01-20Add an option to disable the window rename escape sequence, from RomainNicholas Marriott
Francoise.
2011-12-31Add a man page section on window names and pane titles, from FelixNicholas Marriott
Rosencrantz.
2011-12-30Show how to set default-path to revert to tmux's old behaviour of openingStuart Henderson
new windows in the current working directory at the time tmux was started, it's not obvious. naddy@ agrees this is a useful inclusion.
2011-12-27Allow $HOME as default-path in tmux.conf so the same config file can be usedStefan Sperling
on different machines regardless of where the user's home directory is. ok nicm
2011-12-24formatting errors, found using freebsd's "igor";Jason McIntyre
2011-12-09Change the way the working directory for new processes is discovered. IfNicholas Marriott
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.
2011-12-04Support "jump to" like vi in copy mode using t and T keys. Also add xNicholas Marriott
and X for delete in edit mode. From Ben Boeckel, thanks.
2011-11-15Move word-separators to be a session rather than window option, from BenNicholas Marriott
Boeckel.
2011-11-05Missing bits for new keys and buffer indexes, from Tiago CunhaNicholas Marriott
2011-11-05Option to change status line (message) background when using vi keys andNicholas Marriott
in command mode. From Ben Boeckel.
2011-10-27minor formatting fix;Jason McIntyre
2011-10-27Didn't really think the else behaviour through - requiring argv toNicholas Marriott
contain "else" is silly so just omit that, also some manpage tweaks. From Tiago Cunha.
2011-10-23Add client formats, from Ben Boeckel.Nicholas Marriott
2011-10-02Add a few more formats for panes (tty, pid, start cmd/cwd).Nicholas Marriott
2011-09-28Add -S option to refresh-client to redraw status line, from Marco Beck.Nicholas Marriott
2011-09-23Tweaks to the format parts, from Tiago Cunha.Nicholas Marriott
2011-08-26tweak previous;Jason McIntyre
2011-08-26Add initial framework for more powerful formatting of command output andNicholas Marriott
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.
2011-08-24Support \ for line continuation in the configuration file, from JuliusNicholas Marriott
Plenz.
2011-08-24Add pane-base-index option, from Ben Barbour.Nicholas Marriott
2011-08-16Add a -r flag to switch-client to toggle the client read-only flag. FromNicholas Marriott
Johan Commelin.
2011-07-30fix error in previous;Jason McIntyre
2011-07-30Extend the mode-mouse option to add a third choice which means the mouseNicholas Marriott
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.
2011-07-25Sort options alphabetically, from Tiago Cunha.Nicholas Marriott
2011-07-08Make confirm-before prompt customizable with -p option likeNicholas Marriott
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.
2011-07-03Add an option to trigger the terminal bell when there is an alert, fromNicholas Marriott
Marco Beck.
2011-07-03Include the existing window and session name in the prompt when renamingNicholas Marriott
and add a new key binding ($) for rename session. From Tiago Cunha.
2011-07-02Allow the initial context on prompts to be set with the new -I option toNicholas Marriott
command-prompt. From Tiago Cunha.
2011-06-05Add a respawn-pane command, from Marcel Partap.Nicholas Marriott
2011-05-30Fix a typo, spotted by Michal Mazurek..Nicholas Marriott
2011-05-21tweak the TERMINFO section; ok nicmJason McIntyre
2011-05-20Pass prompts through status_replace so that they can be more helpfulNicholas Marriott
(such as showing the previous session name when renaming). From Tiago Cunha.
2011-05-20Support DECSCUSR sequence to set the cursor style with two newNicholas Marriott
terminfo(5) extensions, Cs and Csr. Written by Ailin Nemui.
2011-05-20Support xterm(1) cursor colour change sequences through terminfo(5) CcNicholas Marriott
(set) and Cr (reset) extensions. Originally by Sean Estabrooks, tweaked by me and Ailin Nemui.
2011-05-18Support setting the xterm clipboard when copying from copy mode usingNicholas Marriott
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.