Age | Commit message (Expand) | Author |
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 |
2009-10-13 | Add mode keys to move the cursor to the top, middle and bottom of the screen. | Nicholas Marriott |
2009-10-12 | Permit attributes to be turned off in #[] by prefixing with "no", for example | Nicholas Marriott |
2009-10-11 | punctuation fix; | Jason McIntyre |
2009-10-11 | Add a pipe-pane command to allow a pane to be piped to a shell command, for | Nicholas Marriott |
2009-10-11 | Switch run-shell over to queue the command in the background like #(). | Nicholas Marriott |
2009-10-10 | -scroll mode which is dead. | Nicholas Marriott |
2009-10-10 | Split list-panes off from list-windows. | Nicholas Marriott |
2009-10-10 | Rather than running status-left, status-right and window title #() with popen | Nicholas Marriott |
2009-10-10 | New option, mouse-select-pane. If on, the mouse may be used to select the | Nicholas Marriott |
2009-10-10 | Add "grouped sessions" which have independent name, options, current window and | Nicholas Marriott |
2009-10-10 | Support for individual session idle time locking. May be enabled by turning off | Nicholas Marriott |
2009-10-09 | Add a simple synchronize-panes window option: when set, all input to any pane | Nicholas Marriott |
2009-10-07 | Support J and K for scroll up and scroll down in copy mode with vi keys, | Nicholas Marriott |
2009-10-06 | Remove scroll mode which is now redundant, copy mode should be used instead. | Nicholas Marriott |
2009-10-06 | Make C-Up and C-Down in copy mode scroll the screen up and down one line | Nicholas Marriott |
2009-10-04 | tweak previous; | Jason McIntyre |
2009-10-04 | Get / and ? the right way round in vi mode, and use : for goto line rather than | Nicholas Marriott |
2009-10-04 | Add a key string for space ("Space") and document the names, suggested by | Nicholas Marriott |
2009-09-24 | New lock-client and lock-session commands to lock an individual client or all | Nicholas Marriott |
2009-09-23 | Support -c like sh(1) to execute a command, useful when tmux is a login | Nicholas Marriott |
2009-09-23 | Remove the internal tmux locking and instead detach each client and run the | Nicholas Marriott |
2009-09-22 | Permit multiple prefix keys to be defined, separated by commas, for example: | Nicholas Marriott |
2009-09-21 | zap trailing whitespace; | Jason McIntyre |
2009-09-20 | run-shell command to run a shell command without opening a window, sending | Nicholas Marriott |
2009-09-18 | New option, set-titles-string, to allow the window title to be specified (as | Nicholas Marriott |
2009-09-10 | Permit options such as status-bg to be configured using the entire 256 colour | Nicholas Marriott |
2009-09-07 | While the display-panes indicator is on screen, make the number keys select the | Nicholas Marriott |
2009-09-07 | Permit embedded colour and attributes in status-left and status-right using new | Nicholas Marriott |
2009-09-02 | Accept -l to make it easier for people who use tmux as a login shell to use | Nicholas Marriott |
2009-09-02 | When incorrect passwords are entered, behave similarly to login(1) and backoff | Nicholas Marriott |
2009-09-02 | Add a transpose-chars command in edit mode (C-t in emacs mode only). From Kalle | Nicholas Marriott |
2009-09-01 | When using tmux as a login shell, there is currently no way to specify a shell | Nicholas Marriott |
2009-08-31 | Add a new display-panes command, with two options (display-panes-colour and | Nicholas Marriott |