summaryrefslogtreecommitdiffstats
path: root/tmux.1
AgeCommit message (Expand)Author
2015-05-06Add a format window_linked which is 1 if a window has been linkednicm
2015-04-29If default-terminal is set to "screen" or "screen-*", emulate screen'snicm
2015-04-28Add select-layout -o to undo the last layout change (apply the previouslynicm
2015-04-27Rewrite of the target resolution internals to be simpler and morenicm
2015-04-21Do not die on USR1 if any of the socket parent directories arenicm
2015-04-20Support for multiple key tables to commands to be bound to sequences ofnicm
2015-04-19tweak previous;jmc
2015-04-19Rewrite of tmux mouse support which was a mess. Instead of havingnicm
2015-04-19Support setting the default window and pane background colours (windownicm
2015-04-10Add a -x flag to copy-selection, append-selection and start-named-buffernicm
2015-04-10in the case -> in this case.nicm
2015-03-31Add a helper function to convert time, and add session_activity formatsnicm
2015-03-11set-titles-string now uses formats, not the status bits (so no #() fornicm
2015-02-06Move pane border options to window options rather than session, from Marc Finet.nicm
2015-01-06Add missing default bindings, from Theo Buehler.nicm
2014-12-09Add pane_dead_status for exit status of dead panes.nicm
2014-12-02Add -F to if-shell to allow it to be used to check for format or optionnicm
2014-12-02Permit option values to be used in formats.nicm
2014-11-12Add -b to splitw like joinw, from Felix Rosencrantz.nicm
2014-11-07V should be vi not emacs, also sort. From Theo Buehler.nicm
2014-11-06Add V for select line with vi(1) keys. From Juho Pohjala.nicm
2014-11-05Do not put a space between status-left/status-right and the window list,nicm
2014-10-25Add pane_input_off format, from Anish R Athalye.nicm
2014-10-18Fix description of Ss and Se.nicm
2014-10-02Top function key is F12 now.nicm
2014-09-25Support ! for last pane.nicm
2014-09-08Add window_last_flag and window_zoomed_flag. From John Morrissey.nicm
2014-09-01Fix typo (paneas -> panes).nicm
2014-08-11Add flags to selectp to enable and disable input to a pane, from Anishnicm
2014-06-20Make -S- and -E- mean the start and end to capture-pane to avoid havingnicm
2014-05-27Add some formats for pane bounds.nicm
2014-05-14Change key-table to mode-table to allow for some future work. From Keithnicm
2014-05-13If multiple arguments are given to new-session, new-window,nicm
2014-05-13Add a copy mode key binding to copy to a named buffer. From J Raynor.nicm
2014-05-13Add support for named buffers. If you don't name a buffer, things worknicm
2014-04-17#nnT went away a while ago, remove a leftover from the manpage.nicm
2014-04-17Remove the "info" message mechanism, this was only used for about fivenicm
2014-04-17Extend the -q flag to set-option to suppress errors about unknownnicm
2014-04-17Remove the monitor-content option and associated bits and bobs. It'snicm
2014-04-16Remove the choose-list command to prepare for some later choose-* work.nicm
2014-04-02Support UTF-8 with choose-buffer, from Kosuke ASAMI. Also makenicm
2014-04-02pane_start_path has gone away.nicm
2014-03-31Make message-limit a server option.nicm
2014-03-31Add setb -a to append and a copy mode append command, from J Raynor withnicm
2014-03-31Make session_attached a count and add session_many_attached flag.nicm
2014-02-23Change terminal-overrides to a server option (now that we have them), itnicm
2014-02-16Leftovers from removing 88 colour support, from Theo Buehler.nicm
2014-02-02fix some minor formatting glitches;jmc
2014-01-28Allow replacing each of the many sets of separate foo-{fg,bg,attr}nicm
2014-01-22Merge server-info into show-messages and remove some not useful output.nicm