summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tmux.1
AgeCommit message (Expand)Author
2015-04-28Add select-layout -o to undo the last layout change (apply the previouslyNicholas Marriott
2015-04-27Rewrite of the target resolution internals to be simpler and moreNicholas Marriott
2015-04-21Do not die on USR1 if any of the socket parent directories areNicholas Marriott
2015-04-20Support for multiple key tables to commands to be bound to sequences ofNicholas Marriott
2015-04-19tweak previous;Jason McIntyre
2015-04-19Rewrite of tmux mouse support which was a mess. Instead of havingNicholas Marriott
2015-04-19Support setting the default window and pane background colours (windowNicholas Marriott
2015-04-10Add a -x flag to copy-selection, append-selection and start-named-bufferNicholas Marriott
2015-04-10in the case -> in this case.Nicholas Marriott
2015-03-31Add a helper function to convert time, and add session_activity formatsNicholas Marriott
2015-03-11set-titles-string now uses formats, not the status bits (so no #() forNicholas Marriott
2015-02-06Move pane border options to window options rather than session, from Marc Finet.Nicholas Marriott
2015-01-06Add missing default bindings, from Theo Buehler.Nicholas Marriott
2014-12-09Add pane_dead_status for exit status of dead panes.Nicholas Marriott
2014-12-02Add -F to if-shell to allow it to be used to check for format or optionNicholas Marriott
2014-12-02Permit option values to be used in formats.Nicholas Marriott
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