summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tmux.1
AgeCommit message (Expand)Author
2020-03-28Make two -E only close popup automatically if the command exited with 0.Nicholas Marriott
2020-03-28Add formats for top paste buffer by default. Also a tmux.1 fix from jmc.Nicholas Marriott
2020-03-24Add support for overlay popup boxes to show text or output temporarilyNicholas Marriott
2020-03-20Make the mouse_word and mouse_line formats work in copy mode and enableNicholas Marriott
2020-03-19Add C position for terminal centre with display-menu -x and -y.Nicholas Marriott
2020-03-12Tidy up the default mouse key bindings and:Nicholas Marriott
2020-03-12Add a -d flag to run-shell to wait for delay before running the command,Nicholas Marriott
2020-03-12Add a copy-mode -H flag to hide the position marker in the top right.Nicholas Marriott
2020-03-12Add C-g to cancel command prompt with vi(1) keys as well as emacs, and qNicholas Marriott
2020-03-11Add some number operators for formats, from Tyler Culp.Nicholas Marriott
2020-02-20Add selection_active format for when the selection is present but notNicholas Marriott
2020-02-15Add -a to list-keys to also list keys without notes with -N, suggestedNicholas Marriott
2020-02-11Remove unused variables from Ben Boeckel, and a Pp from jmc.Nicholas Marriott
2020-02-05Make list-keys description clearer in tmux.1 and remove an unused variable.Nicholas Marriott
2020-01-29Remove extra Pp (from jmc) and add a missing word.Nicholas Marriott
2020-01-28Reduce a difference with portable tmux by adding the -V flag andNicholas Marriott
2020-01-27Expand description of start-server.Nicholas Marriott
2020-01-27Add support for adding a note to a key binding (with bind-key -N) andNicholas Marriott
2020-01-25Mention swap-window -d, GitHub issue 2068.Nicholas Marriott
2020-01-12The terminal type was never as much use as I expected so remove it inNicholas Marriott
2020-01-01Document client exit messages.Nicholas Marriott
2019-12-26Add a number of new formats to inspect what sessions and clients aNicholas Marriott
2019-12-24Fix name of option, GitHub issue 2030.Nicholas Marriott
2019-11-28Make a best effort to set xpixel and ypixel for each pane and addNicholas Marriott
2019-11-28Store xpixel/ypixel from TIOCGWINSZ and add formats.Nicholas Marriott
2019-11-25Add p format modifier for padding to width.Nicholas Marriott
2019-11-18Add -f for full size to join-pane (like split-window), from Theo Buehler.Nicholas Marriott
2019-11-15Handle OSC 7 (a VTE extension) and put the result in a new format (pane_path).Nicholas Marriott
2019-11-14Add an option to set the key sent by backspace for those whose systemNicholas Marriott
2019-11-07Add -F flag to send-keys to expand formats in search-backward andNicholas Marriott
2019-10-23Document Any key, from Jason Felice.Nicholas Marriott
2019-10-23Use the existing code in format.c to add foramts for word and line atNicholas Marriott
2019-10-19Add formats for cursor and selection position in copy mode, from Jason Felice.Nicholas Marriott
2019-10-15Add support for percentage sizes for resize-pane ("-x 10%"). Also changeNicholas Marriott
2019-09-19Add a "latest" window-size option which tries to size windows based onNicholas Marriott
2019-09-15Add push-default and pop-default in styles to change the default coloursNicholas Marriott
2019-09-11Add window_marked_flag, GitHub issue 1887.Nicholas Marriott
2019-09-09Clarify server options slightly.Nicholas Marriott
2019-09-09Add cursor-down-and-cancel, from Mark Kelly.Nicholas Marriott
2019-09-09Put default keys in alphabetical order, from Barry Rountree.Nicholas Marriott
2019-09-09Use a zero width space to prevent mandoc warning about trailingNicholas Marriott
2019-08-16Add a flag to reverse sort in the various choose modes, from BenjaminNicholas Marriott
2019-08-14Add -Z flag to rotate-window, select-pane, swap-pane, switch-client toNicholas Marriott
2019-08-01Add -N to capture-pane to preserve trailing spaces, from Leon Winter.Nicholas Marriott
2019-07-30Reorder some text in the windows & panes section and add some betterNicholas Marriott
2019-07-19More man page fixes from lacygoill at lacygoill dot me, GitHub issueNicholas Marriott
2019-07-10Add -F to refresh-client to specify flags for control clients - one flagNicholas Marriott
2019-07-09Add a -H flag to send-keys to send literal keys given as hex numbersNicholas Marriott
2019-07-02Command prompt key presses need to avoid the command queue, GitHub issueNicholas Marriott
2019-07-01Add a "fill" style attribute to clear the entire format drawing area inNicholas Marriott