aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
Commit message (Expand)AuthorAge
...
| * -a option to kill all except current pane. From Tiago Cunha, thanks!Nicholas Marriott2009-10-24
| * Tweak descriptions for up/down pane to be clearer.Nicholas Marriott2009-10-21
| * Add mode keys to move the cursor to the top, middle and bottom of the screen.Nicholas Marriott2009-10-13
| * Permit attributes to be turned off in #[] by prefixing with "no", for exampleNicholas Marriott2009-10-12
| * punctuation fix;Jason McIntyre2009-10-11
| * Add a pipe-pane command to allow a pane to be piped to a shell command, forNicholas Marriott2009-10-11
| * Switch run-shell over to queue the command in the background like #().Nicholas Marriott2009-10-11
| * -scroll mode which is dead.Nicholas Marriott2009-10-10
| * Split list-panes off from list-windows.Nicholas Marriott2009-10-10
| * Rather than running status-left, status-right and window title #() with popenNicholas Marriott2009-10-10
| * New option, mouse-select-pane. If on, the mouse may be used to select theNicholas Marriott2009-10-10
| * Add "grouped sessions" which have independent name, options, current window andNicholas Marriott2009-10-10
| * Support for individual session idle time locking. May be enabled by turning offNicholas Marriott2009-10-10
| * Add a simple synchronize-panes window option: when set, all input to any paneNicholas Marriott2009-10-09
| * Support J and K for scroll up and scroll down in copy mode with vi keys,Nicholas Marriott2009-10-07
| * Remove scroll mode which is now redundant, copy mode should be used instead.Nicholas Marriott2009-10-06
| * Make C-Up and C-Down in copy mode scroll the screen up and down one lineNicholas Marriott2009-10-06
| * tweak previous;Jason McIntyre2009-10-04
| * Get / and ? the right way round in vi mode, and use : for goto line rather thanNicholas Marriott2009-10-04
| * Add a key string for space ("Space") and document the names, suggested byNicholas Marriott2009-10-04
| * New lock-client and lock-session commands to lock an individual client or allNicholas Marriott2009-09-24
| * Support -c like sh(1) to execute a command, useful when tmux is a loginNicholas Marriott2009-09-23
| * Remove the internal tmux locking and instead detach each client and run theNicholas Marriott2009-09-23
| * Permit multiple prefix keys to be defined, separated by commas, for example:Nicholas Marriott2009-09-22
| * zap trailing whitespace;Jason McIntyre2009-09-21
| * run-shell command to run a shell command without opening a window, sendingNicholas Marriott2009-09-20
| * New option, set-titles-string, to allow the window title to be specified (asNicholas Marriott2009-09-18
| * Permit options such as status-bg to be configured using the entire 256 colourNicholas Marriott2009-09-10
| * While the display-panes indicator is on screen, make the number keys select theNicholas Marriott2009-09-07
| * Permit embedded colour and attributes in status-left and status-right using newNicholas Marriott2009-09-07
| * Accept -l to make it easier for people who use tmux as a login shell to useNicholas Marriott2009-09-02
| * When incorrect passwords are entered, behave similarly to login(1) and backoffNicholas Marriott2009-09-02
| * Add a transpose-chars command in edit mode (C-t in emacs mode only). From KalleNicholas Marriott2009-09-02
| * When using tmux as a login shell, there is currently no way to specify a shellNicholas Marriott2009-09-01
| * Add a new display-panes command, with two options (display-panes-colour andNicholas Marriott2009-08-31
| * squash typoStefan Sperling2009-08-31
| * Add a choose-client command and extend choose-{session,window} to accept aNicholas Marriott2009-08-25
| * Add some other obvious variables to update-environment (WINDOWID SSH_ASKPASSNicholas Marriott2009-08-23
| * tweak previous;Jason McIntyre2009-08-19
| * Extend command-prompt with a -p option which is a comma-separated list of oneNicholas Marriott2009-08-19
| * Now that pane targets (-t) are supported, switch some commands to use themNicholas Marriott2009-08-18
| * Add a "delete line" key when editing in the status line or the search up/downNicholas Marriott2009-08-18
| * Add (naive) searching and goto line in copy mode. Searching is C-r and C-s withNicholas Marriott2009-08-18
| * Add a base-index session option to specify the first index checked when lookingNicholas Marriott2009-08-13
| * When creating a new session from the command-line where there is an externalNicholas Marriott2009-08-13
| * some minor tweaks; ok nicmJason McIntyre2009-08-10
| * zap trailing whitespace;Jason McIntyre2009-08-09
| * Minor language tweaks, change which key bindings are summarised.Nicholas Marriott2009-08-09
| * Move the key bindings section to near the start, mention attach/detach in theNicholas Marriott2009-08-09
| * Infrastructure and commands to manage the environment for processes startedNicholas Marriott2009-08-08