Age | Commit message (Expand) | Author |
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 |
2009-08-31 | squash typo | Stefan Sperling |
2009-08-25 | Add a choose-client command and extend choose-{session,window} to accept a | Nicholas Marriott |
2009-08-23 | Add some other obvious variables to update-environment (WINDOWID SSH_ASKPASS | Nicholas Marriott |
2009-08-19 | tweak previous; | Jason McIntyre |
2009-08-19 | Extend command-prompt with a -p option which is a comma-separated list of one | Nicholas Marriott |
2009-08-18 | Now that pane targets (-t) are supported, switch some commands to use them | Nicholas Marriott |
2009-08-18 | Add a "delete line" key when editing in the status line or the search up/down | Nicholas Marriott |
2009-08-18 | Add (naive) searching and goto line in copy mode. Searching is C-r and C-s with | Nicholas Marriott |
2009-08-13 | Add a base-index session option to specify the first index checked when looking | Nicholas Marriott |
2009-08-13 | When creating a new session from the command-line where there is an external | Nicholas Marriott |
2009-08-10 | some minor tweaks; ok nicm | Jason McIntyre |
2009-08-09 | zap trailing whitespace; | Jason McIntyre |
2009-08-09 | Minor language tweaks, change which key bindings are summarised. | Nicholas Marriott |