aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
Commit message (Expand)AuthorAge
* 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
* Options to set the colours and attributes for status-left/-right. From ThomasNicholas Marriott2009-08-08
* If there is an error in the configuration file, don't just exit(1) as this canNicholas Marriott2009-08-07
* Move introduction section up into description. From jmc.Nicholas Marriott2009-08-07
* tweak INTRODUCTION; from nicm and myselfJason McIntyre2009-08-06
* Add a -a flag to set-option and set-window-option to append to an existingNicholas Marriott2009-08-04
* restructure the layout of this page, moving the commands into variousJason McIntyre2009-08-04
* clean up some macro abuse in the commands section;Jason McIntyre2009-08-04
* tweak previous;Jason McIntyre2009-08-03
* Add a terminal-overrides session option allowing individual terminfo(5) entriesNicholas Marriott2009-08-03
* tweak previous;Jason McIntyre2009-07-30
* Merge pane number into the target specification for pane commands. Instead ofNicholas Marriott2009-07-30
* new sentence, new line;Jason McIntyre2009-07-30
* Add a mode-mouse option to prevent tmux taking over the mouse in choice or copyNicholas Marriott2009-07-30
* Final pieces of mode key rebinding: bind-key and unbind-key now accept a -tNicholas Marriott2009-07-28
* Next step towards customisable mode keys: build each default table of keys intoNicholas Marriott2009-07-28
* If select-layout is not given an argument, repply the last layout used in theNicholas Marriott2009-07-28
* Add a key to delete to end of line at the prompt (^K in emacs mode, C/D in vi).Nicholas Marriott2009-07-27
* Permit commands to be bound to key presses without the prefix key first. TheNicholas Marriott2009-07-24
* up-pane and down-pane no longer auto-repeat; update the description ofStuart Henderson2009-07-24
* Tidy the target parsing code a bit and correct the behaviour so that as beforeNicholas Marriott2009-07-22
* Tweak unbind-key language very slightly.Nicholas Marriott2009-07-20
* Add a status-justify option to allow the window list in the status line to beNicholas Marriott2009-07-20
* New options, window-status-current-{fg,bg,attr}, to set the fg, bg andNicholas Marriott2009-07-20
* tweak previous;Jason McIntyre2009-07-19
* Improved layout code.Nicholas Marriott2009-07-19
* Add three new session options: visual-activity, visual-bell, visual-content. IfNicholas Marriott2009-07-18
* Make it so using kill-pane to destroy the last pane in a window destroys theNicholas Marriott2009-07-17