summaryrefslogtreecommitdiffstats
path: root/tmux.1
AgeCommit message (Expand)Author
2009-10-04Add a key string for space ("Space") and document the names, suggested byNicholas Marriott
2009-09-24New lock-client and lock-session commands to lock an individual client or allNicholas Marriott
2009-09-23Support -c like sh(1) to execute a command, useful when tmux is a loginNicholas Marriott
2009-09-23Remove the internal tmux locking and instead detach each client and run theNicholas Marriott
2009-09-22Permit multiple prefix keys to be defined, separated by commas, for example:Nicholas Marriott
2009-09-21zap trailing whitespace;Jason McIntyre
2009-09-20run-shell command to run a shell command without opening a window, sendingNicholas Marriott
2009-09-18New option, set-titles-string, to allow the window title to be specified (asNicholas Marriott
2009-09-10Permit options such as status-bg to be configured using the entire 256 colourNicholas Marriott
2009-09-07While the display-panes indicator is on screen, make the number keys select theNicholas Marriott
2009-09-07Permit embedded colour and attributes in status-left and status-right using newNicholas Marriott
2009-09-02Accept -l to make it easier for people who use tmux as a login shell to useNicholas Marriott
2009-09-02When incorrect passwords are entered, behave similarly to login(1) and backoffNicholas Marriott
2009-09-02Add a transpose-chars command in edit mode (C-t in emacs mode only). From KalleNicholas Marriott
2009-09-01When using tmux as a login shell, there is currently no way to specify a shellNicholas Marriott
2009-08-31Add a new display-panes command, with two options (display-panes-colour andNicholas Marriott
2009-08-31squash typoStefan Sperling
2009-08-25Add a choose-client command and extend choose-{session,window} to accept aNicholas Marriott
2009-08-23Add some other obvious variables to update-environment (WINDOWID SSH_ASKPASSNicholas Marriott
2009-08-19tweak previous;Jason McIntyre
2009-08-19Extend command-prompt with a -p option which is a comma-separated list of oneNicholas Marriott
2009-08-18Now that pane targets (-t) are supported, switch some commands to use themNicholas Marriott
2009-08-18Add a "delete line" key when editing in the status line or the search up/downNicholas Marriott
2009-08-18Add (naive) searching and goto line in copy mode. Searching is C-r and C-s withNicholas Marriott
2009-08-13Add a base-index session option to specify the first index checked when lookingNicholas Marriott
2009-08-13When creating a new session from the command-line where there is an externalNicholas Marriott
2009-08-10some minor tweaks; ok nicmJason McIntyre
2009-08-09zap trailing whitespace;Jason McIntyre
2009-08-09Minor language tweaks, change which key bindings are summarised.Nicholas Marriott
2009-08-09Move the key bindings section to near the start, mention attach/detach in theNicholas Marriott
2009-08-08Infrastructure and commands to manage the environment for processes startedNicholas Marriott
2009-08-08Options to set the colours and attributes for status-left/-right. From ThomasNicholas Marriott
2009-08-07If there is an error in the configuration file, don't just exit(1) as this canNicholas Marriott
2009-08-07Move introduction section up into description. From jmc.Nicholas Marriott
2009-08-06tweak INTRODUCTION; from nicm and myselfJason McIntyre
2009-08-04Add a -a flag to set-option and set-window-option to append to an existingNicholas Marriott
2009-08-04restructure the layout of this page, moving the commands into variousJason McIntyre
2009-08-04clean up some macro abuse in the commands section;Jason McIntyre
2009-08-03tweak previous;Jason McIntyre
2009-08-03Add a terminal-overrides session option allowing individual terminfo(5) entriesNicholas Marriott
2009-07-30tweak previous;Jason McIntyre
2009-07-30Merge pane number into the target specification for pane commands. Instead ofNicholas Marriott
2009-07-30new sentence, new line;Jason McIntyre
2009-07-30Add a mode-mouse option to prevent tmux taking over the mouse in choice or copyNicholas Marriott
2009-07-28Final pieces of mode key rebinding: bind-key and unbind-key now accept a -tNicholas Marriott
2009-07-28Next step towards customisable mode keys: build each default table of keys intoNicholas Marriott
2009-07-28If select-layout is not given an argument, repply the last layout used in theNicholas Marriott
2009-07-27Add a key to delete to end of line at the prompt (^K in emacs mode, C/D in vi).Nicholas Marriott
2009-07-24Permit commands to be bound to key presses without the prefix key first. TheNicholas Marriott
2009-07-24up-pane and down-pane no longer auto-repeat; update the description ofStuart Henderson