aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
Commit message (Expand)AuthorAge
...
| * tweak;Jason McIntyre2010-04-04
| * Run job commands explicitly in the global enviroment (which can beNicholas Marriott2010-04-04
| * -a flag to insert a window after an existing one, moving other windowsNicholas Marriott2010-03-27
| * dispense with some wacky escape sequences;Jason McIntyre2010-03-26
| * paste-buffer should be per pane, from C. Coutinho.Nicholas Marriott2010-03-22
| * Add vi-style "jump" commands for copy mode, from Micah Cowan.Nicholas Marriott2010-03-22
| * Support up, down, left, right movement through panes with -UDLR flags toNicholas Marriott2010-03-22
| * Permit keys in copy mode to be prefixed by a repeat count, entered withNicholas Marriott2010-03-02
| * Option to set the characters considered word separators in copy mode, fromNicholas Marriott2010-02-22
| * Man page additions/improvements, thanks to Robin Lee Powell.Nicholas Marriott2010-02-17
| * Add "N" key to search the opposite way from the last search (reverse of "n"),Nicholas Marriott2010-02-11
| * Clarify default status-right, from Seth Wright.Nicholas Marriott2010-02-10
| * Add an option to disable the smcup/rmcup alternate screen behaviour insideNicholas Marriott2010-02-08
| * next-layout is bound to Space not C-Space.Nicholas Marriott2010-02-07
| * Support attaching a client read-only with a new -r flag to the attach-sessionNicholas Marriott2010-02-06
| * Rectangle copy support, from Robin Lee Powell.Nicholas Marriott2010-02-06
| * vi-style B, W and E keys in copy mode to navigate between words treating onlyNicholas Marriott2010-02-04
| * Option to display the active pane in a different colour with the display-panesNicholas Marriott2010-02-04
| * Typo, from Micah Cowan.Nicholas Marriott2010-01-28
| * Alter next-word to have vi-like movement behaviour, and add next-word-end withNicholas Marriott2010-01-27
| * Top/bottom of history mode keys, diff from Micah Cowan, tweaked by me.Nicholas Marriott2010-01-25
| * Use C-e and C-y for scrolling in vi mode, from Micah Cowan.Nicholas Marriott2010-01-23
| * Permit !, + and - to be used for window targets to specify last window (!), orNicholas Marriott2010-01-19
| * Missing Pp, from Tiago Cunha.Nicholas Marriott2010-01-18
| * Document swap-pane -d.Nicholas Marriott2010-01-14
| * New command, join-pane, to split and move an existing pane into the space (likeNicholas Marriott2010-01-07
| * Change split-window to accept a pane target (it should be split-pane butNicholas Marriott2010-01-07
| * Options to set the colour of the pane borders, with different colours for theNicholas Marriott2010-01-03
| * New server option, escape-time, to set the timeout used to detect if escapesNicholas Marriott2009-12-14
| * Add "server options" which are server-wide and not bound to a session orNicholas Marriott2009-12-10
| * Permit panes to be referred to as "top", "bottom", "top-left" etc, if the rightNicholas Marriott2009-12-08
| * Wrap at 80 columns.Nicholas Marriott2009-12-03
| * Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott2009-12-03
| * Eliminate duplicate code and ease the passage for server-wide options by addingNicholas Marriott2009-12-03
| * New command, capture-pane, which copies the entire pane contents to a pasteNicholas Marriott2009-12-01
| * Add a -p flag to display-message to print the output rather than displaying inNicholas Marriott2009-11-24
| * Add cursor keys to the key names list.Nicholas Marriott2009-11-22
| * Two new options, window-status-format and window-status-current-format, whichNicholas Marriott2009-11-19
| * tweak previous;Jason McIntyre2009-11-19
| * Revert to xterm-keys off by default. It was on as an experiment to see if theNicholas Marriott2009-11-19
| * Don't interpret #() for display-message, it usually doesn't make sense and mayNicholas Marriott2009-11-19
| * Cleanup by moving various (mostly horrible) little bits handling UTF-8 gridNicholas Marriott2009-11-18
| * Add a per-client log of status line messages displayed while that clientNicholas Marriott2009-11-18
| * Mark -n keys with (no prefix) rather than [].Nicholas Marriott2009-11-18
| * There is no real standard for modifier plus function keys. Previously, tmuxNicholas Marriott2009-11-10
| * Add an activity time for clients, like for sessions, and change session andNicholas Marriott2009-11-03
| * Fix vi page up mode key (from naddy), add missing half page keys, and sort.Nicholas Marriott2009-11-03
| * Missing setenv/showenv aliases.Nicholas Marriott2009-11-01
| * Remove -d from tmux.1 as well.Nicholas Marriott2009-10-25
| * [ is a punctuation character and should be escaped with Ql. Although theNicholas Marriott2009-10-25