| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | tweak; | Jason McIntyre | 2010-04-04 | |
| | | | ||||
| | * | Run job commands explicitly in the global enviroment (which can be | Nicholas Marriott | 2010-04-04 | |
| | | | | | | | | | | | modified with setenv -g) rather than with the environment tmux started with. | |||
| | * | -a flag to insert a window after an existing one, moving other windows | Nicholas Marriott | 2010-03-27 | |
| | | | | | | | | | up necessary. | |||
| | * | dispense with some wacky escape sequences; | Jason McIntyre | 2010-03-26 | |
| | | | ||||
| | * | 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-22 | |
| | | | | | | | | | | | | | | | select-pane. Also REMOVE the up- and down-pane commands: equivalent behaviour is now available using -t :.+ and -t :.-. | |||
| | * | Permit keys in copy mode to be prefixed by a repeat count, entered with | Nicholas Marriott | 2010-03-02 | |
| | | | | | | | | | | | | | [1-9] in vi mode, or M-[1-9] in emacs mode. From Micah Cowan, tweaked a little by me. | |||
| | * | Option to set the characters considered word separators in copy mode, from | Nicholas Marriott | 2010-02-22 | |
| | | | | | | | | | Micah Cowan. | |||
| | * | Man page additions/improvements, thanks to Robin Lee Powell. | Nicholas Marriott | 2010-02-17 | |
| | | | ||||
| | * | Add "N" key to search the opposite way from the last search (reverse of "n"), | Nicholas Marriott | 2010-02-11 | |
| | | | | | | | | | from Micah Cowan. | |||
| | * | Clarify default status-right, from Seth Wright. | Nicholas Marriott | 2010-02-10 | |
| | | | ||||
| | * | Add an option to disable the smcup/rmcup alternate screen behaviour inside | Nicholas Marriott | 2010-02-08 | |
| | | | | | | | | | tmux. From clemens fischer. | |||
| | * | next-layout is bound to Space not C-Space. | Nicholas Marriott | 2010-02-07 | |
| | | | ||||
| | * | Support attaching a client read-only with a new -r flag to the attach-session | Nicholas Marriott | 2010-02-06 | |
| | | | | | | | | | command. | |||
| | * | Rectangle copy support, from Robin Lee Powell. | Nicholas Marriott | 2010-02-06 | |
| | | | ||||
| | * | vi-style B, W and E keys in copy mode to navigate between words treating only | Nicholas Marriott | 2010-02-04 | |
| | | | | | | | | | | | | | | | spaces as word separators. Also add . to the list of word separators for standard word navigation. From Micah Cowan, tweaked slightly by me. | |||
| | * | Option to display the active pane in a different colour with the display-panes | Nicholas Marriott | 2010-02-04 | |
| | | | | | | | | | command. From Paul Hoffman, thanks. | |||
| | * | Typo, from Micah Cowan. | Nicholas Marriott | 2010-01-28 | |
| | | | ||||
| | * | Alter next-word to have vi-like movement behaviour, and add next-word-end with | Nicholas Marriott | 2010-01-27 | |
| | | | | | | | | | the existing emacs behaviour. From Micah Cowan. | |||
| | * | Top/bottom of history mode keys, diff from Micah Cowan, tweaked by me. | Nicholas Marriott | 2010-01-25 | |
| | | | ||||
| | * | Use C-e and C-y for scrolling in vi mode, from Micah Cowan. | Nicholas Marriott | 2010-01-23 | |
| | | | ||||
| | * | Permit !, + and - to be used for window targets to specify last window (!), or | Nicholas Marriott | 2010-01-19 | |
| | | | | | | | | | | | | | next and previous window by number (+ and -). Also tidy an if in cmd-new-window.c. | |||
| | * | Missing Pp, from Tiago Cunha. | Nicholas Marriott | 2010-01-18 | |
| | | | ||||
| | * | Document swap-pane -d. | Nicholas Marriott | 2010-01-14 | |
| | | | ||||
| | * | New command, join-pane, to split and move an existing pane into the space (like | Nicholas Marriott | 2010-01-07 | |
| | | | | | | | | | splitw then movep, or the reverse of breakp). | |||
| | * | Change split-window to accept a pane target (it should be split-pane but | Nicholas Marriott | 2010-01-07 | |
| | | | | | | | | | renaming the command would be annoying). | |||
| | * | Options to set the colour of the pane borders, with different colours for the | Nicholas Marriott | 2010-01-03 | |
| | | | | | | | | | active pane. | |||
| | * | New server option, escape-time, to set the timeout used to detect if escapes | Nicholas Marriott | 2009-12-14 | |
| | | | | | | | | | are alone or part of a function key or meta sequence. | |||
| | * | Add "server options" which are server-wide and not bound to a session or | Nicholas Marriott | 2009-12-10 | |
| | | | | | | | | | | | | | | | window. Set and displayed with "set -s" and "show -s". Currently the only option is "quiet" (like command-line -q, allowing it to be set from .tmux.conf), but others will come along. | |||
| | * | Permit panes to be referred to as "top", "bottom", "top-left" etc, if the right | Nicholas Marriott | 2009-12-08 | |
| | | | | | | | | | pane can be identified. | |||
| | * | 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 | |
| | | | | | | | | | | | time now I've configured emacs to make them displayed in really annoying colours... | |||
| | * | Eliminate duplicate code and ease the passage for server-wide options by adding | Nicholas Marriott | 2009-12-03 | |
| | | | | | | | | | | | | | | | a -w flag to set-option and show-options and making setw and showw aliases to set -w and show -w. Note: setw and showw are still there, but now aliases for set -w and show -w. | |||
| | * | New command, capture-pane, which copies the entire pane contents to a paste | Nicholas Marriott | 2009-12-01 | |
| | | | | | | | | | buffer. From Jonathan Alvarado. | |||
| | * | Add a -p flag to display-message to print the output rather than displaying in | Nicholas Marriott | 2009-11-24 | |
| | | | | | | | | | | | the status line, this allows things like "display -p '#W'" to find the current window index. | |||
| | * | Add cursor keys to the key names list. | Nicholas Marriott | 2009-11-22 | |
| | | | ||||
| | * | Two new options, window-status-format and window-status-current-format, which | Nicholas Marriott | 2009-11-19 | |
| | | | | | | | | | | | | | | | | | allow the format of each window in the status line window list to be controlled using similar # sequences as status-left/right. This diff also moves part of the way towards UTF-8 support in window names but it isn't quite there yet. | |||
| | * | 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 | |
| | | | | | | | | | | | option could be removed, but it affects vi, so we have to keep the option, and a conservative default is better. | |||
| | * | Don't interpret #() for display-message, it usually doesn't make sense and may | Nicholas Marriott | 2009-11-19 | |
| | | | | | | | | | leak commands. | |||
| | * | Cleanup by moving various (mostly horrible) little bits handling UTF-8 grid | Nicholas Marriott | 2009-11-18 | |
| | | | | | | | | | | | | | | | data into functions in a new file, grid-utf8.c, and use sizeof intead of UTF8_DATA. Also nuke trailing whitespace from tmux.1, reminded by jmc. | |||
| | * | Add a per-client log of status line messages displayed while that client | Nicholas Marriott | 2009-11-18 | |
| | | | | | | | | | | | | | | | | | exists. A new message-limit session option sets the maximum number of entries and a command, show-messages, shows the log (bound to ~ by default). This (and prompt history) might be better as a single global log but until there are global options it is easier for them to be per client. | |||
| | * | Mark -n keys with (no prefix) rather than []. | Nicholas Marriott | 2009-11-18 | |
| | | | ||||
| | * | There is no real standard for modifier plus function keys. Previously, tmux | Nicholas Marriott | 2009-11-10 | |
| | | | | | | | | | | | | | | | | | output some from rxvt but in other ways did the same as xterm or other terminals, but this is a bit inconsistent. xterm's method is fairly sensible and we already support it (xterm-keys), so enable it by default instead. | |||
| | * | Add an activity time for clients, like for sessions, and change session and | Nicholas Marriott | 2009-11-03 | |
| | | | | | | | | | | | | | | | | | client lookup to pick the most recently used rather than the most recently created - this is much more useful when used interactively and (because the activity time is set at creation) should have no effect on source-file. Based on a problem reported by Jan Johansson. | |||
| | * | Fix vi page up mode key (from naddy), add missing half page keys, and sort. | Nicholas Marriott | 2009-11-03 | |
| | | | ||||
| | * | Missing setenv/showenv aliases. | Nicholas Marriott | 2009-11-01 | |
| | | | ||||
| | * | 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-25 | |
| | | | | | | | | | | | current groff version we have seems to handle it fine, other versions are not so tolerant. | |||