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