summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tmux.1
AgeCommit message (Expand)Author
2014-11-12Add -b to splitw like joinw, from Felix Rosencrantz.Nicholas Marriott
2014-11-07V should be vi not emacs, also sort. From Theo Buehler.Nicholas Marriott
2014-11-06Add V for select line with vi(1) keys. From Juho Pohjala.Nicholas Marriott
2014-11-05Do not put a space between status-left/status-right and the window list,Nicholas Marriott
2014-10-25Add pane_input_off format, from Anish R Athalye.Nicholas Marriott
2014-10-18Fix description of Ss and Se.Nicholas Marriott
2014-10-02Top function key is F12 now.Nicholas Marriott
2014-09-25Support ! for last pane.Nicholas Marriott
2014-09-08Add window_last_flag and window_zoomed_flag. From John Morrissey.Nicholas Marriott
2014-09-01Fix typo (paneas -> panes).Nicholas Marriott
2014-08-11Add flags to selectp to enable and disable input to a pane, from AnishNicholas Marriott
2014-06-20Make -S- and -E- mean the start and end to capture-pane to avoid havingNicholas Marriott
2014-05-27Add some formats for pane bounds.Nicholas Marriott
2014-05-14Change key-table to mode-table to allow for some future work. From KeithNicholas Marriott
2014-05-13If multiple arguments are given to new-session, new-window,Nicholas Marriott
2014-05-13Add a copy mode key binding to copy to a named buffer. From J Raynor.Nicholas Marriott
2014-05-13Add support for named buffers. If you don't name a buffer, things workNicholas Marriott
2014-04-17#nnT went away a while ago, remove a leftover from the manpage.Nicholas Marriott
2014-04-17Remove the "info" message mechanism, this was only used for about fiveNicholas Marriott
2014-04-17Extend the -q flag to set-option to suppress errors about unknownNicholas Marriott
2014-04-17Remove the monitor-content option and associated bits and bobs. It'sNicholas Marriott
2014-04-16Remove the choose-list command to prepare for some later choose-* work.Nicholas Marriott
2014-04-02Support UTF-8 with choose-buffer, from Kosuke ASAMI. Also makeNicholas Marriott
2014-04-02pane_start_path has gone away.Nicholas Marriott
2014-03-31Make message-limit a server option.Nicholas Marriott
2014-03-31Add setb -a to append and a copy mode append command, from J Raynor withNicholas Marriott
2014-03-31Make session_attached a count and add session_many_attached flag.Nicholas Marriott
2014-02-23Change terminal-overrides to a server option (now that we have them), itNicholas Marriott
2014-02-16Leftovers from removing 88 colour support, from Theo Buehler.Nicholas Marriott
2014-02-02fix some minor formatting glitches;Jason McIntyre
2014-01-28Allow replacing each of the many sets of separate foo-{fg,bg,attr}Nicholas Marriott
2014-01-22Merge server-info into show-messages and remove some not useful output.Nicholas Marriott
2013-11-24Replace ## by # in format.Nicholas Marriott
2013-10-23Key to swap to other end of selection (bound to o with vi keys), from JNicholas Marriott
2013-10-10Bracket in the wrong place in description of c0-change-trigger.Nicholas Marriott
2013-10-10Remove the KERN_PROC_CWD the proc_current_path format (which is the onlyNicholas Marriott
2013-10-10Alter how tmux handles the working directory to internally use fileNicholas Marriott
2013-10-10Support -c for new-session, based on code from J Raynor.Nicholas Marriott
2013-10-10Mark flags as optional and mutually exclusive. From Tiago Cunha.Nicholas Marriott
2013-10-10A couple of manpage fixes from Tiago Cunha.Nicholas Marriott
2013-10-10Add automatic-rename-format option allowing automatic rename to useNicholas Marriott
2013-10-10Add length limit operator for formats.Nicholas Marriott
2013-10-10Add formats for window flags.Nicholas Marriott
2013-10-05Change the default for the default-path option to ~. This is a quickNicholas Marriott
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-07-05Add pane_synchronized format, from Romain Francoise.Nicholas Marriott
2013-06-23Focus events can cause trouble if left on and they can't be turned offNicholas Marriott
2013-06-02escape "Ss", becuase groff thinks it has found a macro;Jason McIntyre
2013-06-02The actual terminfo entries we ended up with for cursor changes are Cs,Nicholas Marriott
2013-05-31Demote the old single-character replacement variables (#S and friends)Nicholas Marriott