summaryrefslogtreecommitdiffstats
path: root/tmux.1
AgeCommit message (Expand)Author
2013-03-25Merge branch 'obsd-master'Thomas
2013-03-25Revert the command-prefix change which breaks sequences of commands.Nicholas Marriott
2013-03-25Man page fixes.Nicholas Marriott
2013-03-25b comes before t.Nicholas Marriott
2013-03-25Rename session idx to session id throughout and add $ prefix to targetsNicholas Marriott
2013-03-25Add wait-for -L and -U for lock and unlock, from Thiago Padilha.Nicholas Marriott
2013-03-24Add -A flag to new-session to make it behave like attach-session if theNicholas Marriott
2013-03-24Add a -o option to set-option to prevent setting an option already set,Nicholas Marriott
2013-03-24Expand format variables in the run-shell and if-shell shell commands,Nicholas Marriott
2013-03-22Couple of fixes pointed out by jmc.Nicholas Marriott
2013-03-22Add -P and -F to new-session.Nicholas Marriott
2013-03-22Add a load of miscellaneous pane formats, from George Nachman.Nicholas Marriott
2013-03-22Add -e flag to capture-pane to include embedded ANSI SGR escapeNicholas Marriott
2013-03-22Add resize-pane -x and -y for absolute pane size (much requested).Nicholas Marriott
2013-03-22Add client_session and client_last_session formats.Nicholas Marriott
2013-03-21Support capture-pane -p to send to stdout.Nicholas Marriott
2013-03-21tweak previous; ok nicmJason McIntyre
2013-03-21Clarify choose-tree entry in man page.Nicholas Marriott
2013-03-21Allow choose commands to be used outside tmux, so long as at least oneNicholas Marriott
2013-03-17Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-codeNicholas Marriott
2013-03-12Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-codeNicholas Marriott
2013-03-12Write escaped output in control mode rather than hex, from George Nachman.Nicholas Marriott
2013-03-12Clarify zoom/unzoom, from Romain Francoise.Nicholas Marriott
2013-03-11Don't add prefix to %output pane id.Nicholas Marriott
2013-03-11Clean up capture-pane and add -P option to dump pending output, based on codeNicholas Marriott
2013-03-11Document control mode in the manpage, from George Nachman.Nicholas Marriott
2013-03-07Rename session idx to session id throughout and add $ prefix to targets to useNicholas Marriott
2013-03-06Add wait-for -L and -U for lock and unlock, from Thiago Padilha.Nicholas Marriott
2013-03-06Add a wait-for command which blocks a client on a named channel until it isNicholas Marriott
2013-03-05Unzoom on last-pane and fix a typo, from Romain Francoise.Nicholas Marriott
2013-03-04Preserve trailing spaces with capture-pane -J, from George Nachman.Nicholas Marriott
2013-03-04Add -q flags to shut up errors to capture-pane and show-options, from GeorgeNicholas Marriott
2013-02-24Add -a to capture-pane to capture alternate screen, from George Nachman.Nicholas Marriott
2013-02-24Add -A flag to new-session to make it behave like attach-session if the sessionNicholas Marriott
2013-02-24Add resize-pane -Z to temporary zoom the active pane to occupy the full windowNicholas Marriott
2013-02-23Add a -o option to set-option to prevent setting an option already set, fromNicholas Marriott
2013-02-23Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-codeNicholas Marriott
2013-02-23Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2013-02-23Expand format variables in the run-shell and if-shell shell commands, fromNicholas Marriott
2013-02-23Add pane_tags format to format_window_pane based on code from George Nachman.Nicholas Marriott
2013-02-22Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-codeNicholas Marriott
2013-02-22Add pane_current_command format.Nicholas Marriott
2013-02-22Add option command-prefix which is automatically prepended to any commandNicholas Marriott
2013-02-21Add a load of miscellaneous pane formats, from George Nachman.Nicholas Marriott
2013-02-21Add -C and -J to capture pane to escape control sequences and to join wrappedNicholas Marriott
2013-02-19Add copy-pipe mode command to copy selection and also pipe to a command.Nicholas Marriott
2013-02-19Add -e flag to capture-pane to include embedded ANSI SGR escape sequences, fromNicholas Marriott
2013-02-19Don't use a target-client for stdout, just always cmdclient.Nicholas Marriott
2013-02-18Add resize-pane -x and -y for absolute pane size.Nicholas Marriott
2013-02-18Add client_session and client_last_session formats.Nicholas Marriott