summaryrefslogtreecommitdiffstats
path: root/tmux.1
AgeCommit message (Expand)Author
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
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