summaryrefslogtreecommitdiffstats
path: root/tmux.1
AgeCommit message (Expand)Author
2012-01-30id -> ID; ok nicmJason McIntyre
2012-01-30Give each window a unique id, like panes but prefixed with @. Based onNicholas Marriott
2012-01-29Add an option to move the status line to the top of the screen,Nicholas Marriott
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
2012-01-21Add strings to allow the aixterm bright colours to be used whenNicholas Marriott
2012-01-21Add a -R flag to send-keys to reset the terminal. Written ages ago andNicholas Marriott
2012-01-20Add some trivial additional status line attributes from jwcxz at usersNicholas Marriott
2012-01-20Remove trailing spaces.Nicholas Marriott
2012-01-20Add an option to disable the window rename escape sequence, from RomainNicholas Marriott
2011-12-31Add a man page section on window names and pane titles, from FelixNicholas Marriott
2011-12-30Show how to set default-path to revert to tmux's old behaviour of openingStuart Henderson
2011-12-27Allow $HOME as default-path in tmux.conf so the same config file can be usedStefan Sperling
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
2011-12-04Support "jump to" like vi in copy mode using t and T keys. Also add xNicholas Marriott
2011-11-15Move word-separators to be a session rather than window option, from BenNicholas Marriott
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
2011-10-27minor formatting fix;Jason McIntyre
2011-10-27Didn't really think the else behaviour through - requiring argv toNicholas Marriott
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
2011-08-24Support \ for line continuation in the configuration file, from JuliusNicholas Marriott
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
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
2011-07-25Sort options alphabetically, from Tiago Cunha.Nicholas Marriott
2011-07-08Make confirm-before prompt customizable with -p option likeNicholas Marriott
2011-07-03Add an option to trigger the terminal bell when there is an alert, fromNicholas Marriott
2011-07-03Include the existing window and session name in the prompt when renamingNicholas Marriott
2011-07-02Allow the initial context on prompts to be set with the new -I option toNicholas Marriott
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
2011-05-20Support DECSCUSR sequence to set the cursor style with two newNicholas Marriott
2011-05-20Support xterm(1) cursor colour change sequences through terminfo(5) CcNicholas Marriott
2011-05-18Support setting the xterm clipboard when copying from copy mode usingNicholas Marriott
2011-05-18Add three new copy-mode commands - select-line, copy-line,Nicholas Marriott
2011-05-08Add a new option, mouse-resize-pane. When on, panes may be resized byNicholas Marriott
2011-05-08Use the tsl and fsl terminfo(5) capabilities to update terminal titleNicholas Marriott
2011-04-24Provide #h for short hostname (no domain) from Michal Mazurek.Nicholas Marriott
2011-04-19When mode-mouse is on (it is off by default), automatically enter copyNicholas Marriott
2011-04-18Add an option (mouse-select-window) which allows the mouse to be used byNicholas Marriott