aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
Commit message (Collapse)AuthorAge
...
* | Merge branch 'obsd-master'Thomas Adam2012-11-27
|\| | | | | | | Sync from OpenBSD.
| * Allow cmd-run-shell to accept -t to specify the pane to display theNicholas Marriott2012-11-27
| | | | | | | | output, requested by Alexander Tsepkov.
| * Add window-status-last-* options, from Boris Faure.Nicholas Marriott2012-11-27
| |
* | Merge branch 'obsd-master'Thomas Adam2012-11-22
|\| | | | | | | | | | | | | | | | | Sync from OpenBSD. * obsd-master: Add halfpage commands to mode command string table (missed by accident), from Thomas Adam. Clarify some points about config files, notably that they are only read at server start. From Thomas Adam. Use a utility function for common code to show errors in config file, from Thomas Adam.
| * Clarify some points about config files, notably that they are only readNicholas Marriott2012-11-19
| | | | | | | | at server start. From Thomas Adam.
* | Merge branch 'obsd-master'Thomas Adam2012-10-25
|\| | | | | | | Sync from OpenBSD.
| * Fix typo bell->bells from Thomas Adam.Nicholas Marriott2012-10-25
| |
* | Merge branch 'obsd-master'Thomas Adam2012-10-02
|\| | | | | | | | | | | | | | | Sync from OpenBSD. * obsd-master: Allow session tree (C-b s) to expand and collapse sessions with left/right/space keys. From Thomas Adam. Remove some out of date text from man page, from Thomas Adam.
| * Remove some out of date text from man page, from Thomas Adam.Nicholas Marriott2012-10-02
| |
| * add cmd-choose-list to allow arbitrary options to be selected. FromNicholas Marriott2012-09-03
| | | | | | | | Thomas Adam.
| * Another missing format from sam at sltosis.org.Nicholas Marriott2012-08-11
| |
| * Add some missing formats from Samuel Le Thiec.Nicholas Marriott2012-08-11
| |
| * Document pane_index variable, from sam at sltosis dot org.Nicholas Marriott2012-07-15
| |
| * remove extraneous line;Jason McIntyre2012-07-08
| |
| * Add choose-tree command to show windows and sessions in the sameNicholas Marriott2012-07-08
| | | | | | | | | | list. Change choose-window and -session to use the same code. From Thomas Adam.
| * Add -a for kill-session, from Thomas Adam.Nicholas Marriott2012-06-18
| |
| * Add -a flag for detach-client, from Thomas Adam.Nicholas Marriott2012-06-18
| |
| * Simplify references to alerts in the man page, from Thomas Adam.Nicholas Marriott2012-06-18
| |
| * Switch all of the various choose- and list- commands over to the formatNicholas Marriott2012-05-22
| | | | | | | | infrastructure, from Thomas Adam.
| * Ignore line continuation when escaped as \\, from Simon Nicolussi.Nicholas Marriott2012-05-17
| |
| * default-path has the same possibilities as new-window -c now.Nicholas Marriott2012-05-02
| |
| * Add a flag to move-window to renumber the windows in a session (closingNicholas Marriott2012-04-29
| | | | | | | | | | any gaps) and add an option to do this automatically each time a window is killed. From Thomas Adam.
| * Add window-status-separator option, from Thomas Adam.Nicholas Marriott2012-04-23
| |
| * Add -a flag to kill-window, from Thomas Adam.Nicholas Marriott2012-04-23
| |
| * Add a layout history which can be stepped through with select-layout -uNicholas Marriott2012-04-01
| | | | | | | | and -U commands (bound to 'u' and 'U' by default).
| * Add pane_current_path format, suggested by Mikolaj Kucharski.Nicholas Marriott2012-04-01
| |
| * Accept an argument to show-environment to show one variable, based on aNicholas Marriott2012-03-22
| | | | | | | | diff from Kazuhiko Sakaguchi.
| * Add -C -N -T flags to find-window to find in content, name, title. FromNicholas Marriott2012-03-20
| | | | | | | | Jonathan Daugherty.
| * 50 is a too low trigger default on larger terminals, bump to 250.Nicholas Marriott2012-03-20
| |
| * Add a simple form of output rate limiting by counting the number ofNicholas Marriott2012-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | certain C0 sequences (linefeeds, backspaces, carriage returns) and if it exceeds a threshold (current default 50/millisecond), start to redraw the pane every 100 milliseconds instead of making each change as it comes. Two configuration options - c0-change-trigger and c0-change-interval. This makes tmux much more responsive under very fast output (for example yes(1) or accidentally cat'ing a large file) but may not be perfect on all terminals and connections - feedback very welcome, particularly where this change has a negative rather than positive effect (making it off by default is a possibility). After much experimentation based originally on a request Robin Lee Powell (which ended with a completely different solution), this idea from discussion with Ailin Nemui.
| * Add a wrap-search option to turn off wrapping of searches in copyNicholas Marriott2012-03-17
| | | | | | | | mode. From Jacobo de Vera.
| * Add -q option to set-option to turn off info message, from marcel partap.Nicholas Marriott2012-03-17
| |
| * Add -P/-F flags to break-pane too, from George Nachman.Nicholas Marriott2012-03-12
| |
| * Add -F format to new-window and split-window to use with the -P flag,Nicholas Marriott2012-03-04
| | | | | | | | from George Nachman.
| * Support "bracketed paste" mode. This adds a -p flag to paste-buffer - ifNicholas Marriott2012-03-03
| | | | | | | | | | | | | | this is used and the application has requested bracketed pastes, then tmux surrounds the pasted text by \033[200~ and \033[201~. Applications like vim can (apparently) use this to avoid, for example, indenting the text. From Ailin Nemui.
| * Add move-pane command (like join-pane but allows the same window). AlsoNicholas Marriott2012-03-03
| | | | | | | | | | -b flag to join-pane and move-pane to place the pane to the left or above. From George Nachman.
| * Allow a single option to be specified to show-options to show just thatNicholas Marriott2012-02-25
| | | | | | | | option.
| * Use format for display-message, based on a diff from George Nachman.Nicholas Marriott2012-02-23
| |
| * Document option values, particularly that omitting on|off for a flag isNicholas Marriott2012-02-02
| | | | | | | | a toggle.
| * Add -l flag to send-keys to send input literally (without translatingNicholas Marriott2012-02-02
| | | | | | | | key names). From Frank Terbeck.
| * Provide defined ways to set the various default-path possibilities: ~Nicholas Marriott2012-01-31
| | | | | | | | | | | | | | | | | | 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
| * id -> ID; ok nicmJason McIntyre2012-01-30
| |
| * Give each window a unique id, like panes but prefixed with @. Based onNicholas Marriott2012-01-30
| | | | | | | | work from George Nachman.
| * Add an option to move the status line to the top of the screen,Nicholas Marriott2012-01-29
| | | | | | | | requested by many.
| * it's -> its.Nicholas Marriott2012-01-21
| |
| * Drop the ability to have a list of keys in the prefix in favour of twoNicholas Marriott2012-01-21
| | | | | | | | | | | | | | | | | | | | 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 :-).
| * Add strings to allow the aixterm bright colours to be used whenNicholas Marriott2012-01-21
| | | | | | | | configuring colours, requested by Elliott Cable a few months ago.
| * Add a -R flag to send-keys to reset the terminal. Written ages ago andNicholas Marriott2012-01-21
| | | | | | | | Suggested by someone, I forget who.
| * Add some trivial additional status line attributes from jwcxz at usersNicholas Marriott2012-01-20
| | | | | | | | dot sourceforge dot net.
| * Remove trailing spaces.Nicholas Marriott2012-01-20
| |