aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
Commit message (Expand)AuthorAge
* Couple of fixes pointed out by jmc.Nicholas Marriott2013-03-22
* Add a load of miscellaneous pane formats, from George Nachman.Nicholas Marriott2013-03-22
* Add -e flag to capture-pane to include embedded ANSI SGR escapeNicholas Marriott2013-03-22
* Add resize-pane -x and -y for absolute pane size (much requested).Nicholas Marriott2013-03-22
* Add client_session and client_last_session formats.Nicholas Marriott2013-03-22
* Support capture-pane -p to send to stdout.Nicholas Marriott2013-03-21
* tweak previous; ok nicmJason McIntyre2013-03-21
* Clarify choose-tree entry in man page.Nicholas Marriott2013-03-21
* Allow choose commands to be used outside tmux, so long as at least oneNicholas Marriott2013-03-21
* Remove the layout undo/redo code which never really worked.Nicholas Marriott2013-01-17
* If timing between keys is less than (by default) 1 millisecond, assumeNicholas Marriott2013-01-15
* Add ^ and $ special command targets to select lowest and highestNicholas Marriott2012-12-24
* Allow cmd-run-shell to accept -t to specify the pane to display theNicholas Marriott2012-11-27
* Add window-status-last-* options, from Boris Faure.Nicholas Marriott2012-11-27
* Clarify some points about config files, notably that they are only readNicholas Marriott2012-11-19
* Fix typo bell->bells from Thomas Adam.Nicholas Marriott2012-10-25
* 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
* 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
* 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
* 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
* 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
* 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
* Add -C -N -T flags to find-window to find in content, name, title. FromNicholas Marriott2012-03-20
* 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
* Add a wrap-search option to turn off wrapping of searches in copyNicholas Marriott2012-03-17
* 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
* Support "bracketed paste" mode. This adds a -p flag to paste-buffer - ifNicholas Marriott2012-03-03
* Add move-pane command (like join-pane but allows the same window). AlsoNicholas Marriott2012-03-03
* Allow a single option to be specified to show-options to show just thatNicholas Marriott2012-02-25
* 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
* Add -l flag to send-keys to send input literally (without translatingNicholas Marriott2012-02-02
* Provide defined ways to set the various default-path possibilities: ~Nicholas Marriott2012-01-31
* id -> ID; ok nicmJason McIntyre2012-01-30