summaryrefslogtreecommitdiffstats
path: root/tmux.1
AgeCommit message (Expand)Author
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
2009-07-22Tidy the target parsing code a bit and correct the behaviour so that as beforeNicholas Marriott
2009-07-20Tweak unbind-key language very slightly.Nicholas Marriott
2009-07-20Add a status-justify option to allow the window list in the status line to beNicholas Marriott
2009-07-20New options, window-status-current-{fg,bg,attr}, to set the fg, bg andNicholas Marriott
2009-07-19tweak previous;Jason McIntyre
2009-07-19Improved layout code.Nicholas Marriott
2009-07-18Add three new session options: visual-activity, visual-bell, visual-content. IfNicholas Marriott
2009-07-17Make it so using kill-pane to destroy the last pane in a window destroys theNicholas Marriott
2009-07-17- New command display-message (alias display) to display a message in theNicholas Marriott
2009-07-17Tidy up new-session and attach-session and change them to work from insideNicholas Marriott
2009-07-17If -u is specified or UTF-8 is otherwise detected when the server is started,Nicholas Marriott
2009-07-16Fix arguments to switch-client.Nicholas Marriott
2009-07-15Add a -k flag to unlink-window which makes it behave the same as the oldNicholas Marriott
2009-07-13zap trailing whitespace;Jason McIntyre
2009-07-13Tidy up and improve target (-t) argument parsing:Nicholas Marriott
2009-07-12Document the -k flag to new-window.Nicholas Marriott
2009-07-12Add a "back to indentation" key in copy mode to move the cursor to the firstNicholas Marriott
2009-07-12If it exist, load a system-wide configuration file /etc/tmux.conf before anyNicholas Marriott
2009-07-11Add -r to the synopsis of the paste-buffer command, prompted by jmc.Nicholas Marriott
2009-07-11When pasting, translate \n into \r. This matches xterm and putty's behaviour,Nicholas Marriott
2009-07-10paste-buffer -d was not documented. From Kalle Olavi Niemitalo.Nicholas Marriott
2009-07-10Add a default-terminal option to set the starting value of $TERM in newNicholas Marriott
2009-07-10Document display-time option which seems to have been missed.Nicholas Marriott
2009-07-09New command, if-shell (alias if). Executes the tmux command in the secondNicholas Marriott
2009-07-08Just appending -l to $SHELL to create a login shell is wrong: -l is not POSIX,Nicholas Marriott
2009-07-06Add a section summarising how options work, make the distinction between windowNicholas Marriott
2009-06-26Add missing spaces before some alias closing brackets, otherwise they areNicholas Marriott
2009-06-24Change find-window and monitor-content to use fnmatch(3). For convenience andNicholas Marriott
2009-06-24tweak previous;Jason McIntyre
2009-06-23Mention LC_ALL, LC_CTYPE.Nicholas Marriott
2009-06-23Add some common config file examples to the quick start section.Nicholas Marriott
2009-06-04zap trailing whitespace;Jason McIntyre
2009-06-03Do not set the window title by default (make set-titles option default to off),Nicholas Marriott
2009-06-03New session option, status-utf8, to control the interpretation of top-bit-setNicholas Marriott
2009-06-03Add missing documentation for the -a flag used to move to next/previous windowNicholas Marriott
2009-06-03Add a section summarising the status line. There are quite a number of statusNicholas Marriott
2009-06-03undo a mistake found by sobrado;Jason McIntyre
2009-06-03some cleanup; ok nicmJason McIntyre
2009-06-02Recent code to try and detect if a terminal supports UTF-8 by printing to itNicholas Marriott
2009-06-02sort options alphabetically.Igor Sobrado
2009-06-02spawn login shells by default, adapt manpage bits as well.Pierre-Yves Ritschard
2009-06-01Update the man page with some recent changes to the code:Nicholas Marriott
2009-06-01Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott