summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tmux.1
AgeCommit message (Expand)Author
2017-05-03Add a format for the last search string in copy mode and fix the promptNicholas Marriott
2017-04-28Default for xterm-keys was wrong, stop documenting it.Nicholas Marriott
2017-04-22Typo in example.Nicholas Marriott
2017-04-20If a #() command doesn't exit, use its most recent line of output (itNicholas Marriott
2017-04-19When the data we have buffered to write to a terminal grows beyond aNicholas Marriott
2017-04-18Add a format for number of bytes writtent to client, useful for debugging.Nicholas Marriott
2017-04-05Give each client a name. This defaults to the tty name as before butNicholas Marriott
2017-03-22Add support for the strikethrough attribute (SGR 9), using the new smxxNicholas Marriott
2017-02-15"status bar" -> "status line" for consistency, from Benjamin Dopplinger.Nicholas Marriott
2017-02-10Don't use a bufferevent for the tty, so we can keep better track of whatNicholas Marriott
2017-02-09Instead of numbering session groups, give them a name which may be givenNicholas Marriott
2017-02-09Document refresh-client -C.Nicholas Marriott
2017-02-09Don't lie about the default size in the man page.Nicholas Marriott
2017-02-01Implement "all event" (1003) mouse mode but in a way that works. TheNicholas Marriott
2017-01-29Add -n to break-pane.Nicholas Marriott
2017-01-25If xterm-keys is on, use xterm(1) style keys for Home and End as well asNicholas Marriott
2017-01-24Fixed keys for choose mode, and remove the last mode keys bits.Nicholas Marriott
2017-01-24Make update-environment an array as well.Nicholas Marriott
2017-01-24Convert terminal-overrides to an array option.Nicholas Marriott
2017-01-24Remove some lies about terminal-overrides from tmux.1.Nicholas Marriott
2017-01-24Add support for custom command aliases, this is an array option whichNicholas Marriott
2017-01-13Add -E to detach-client to exec a command to replace the client insteadNicholas Marriott
2017-01-11Add a format for terminal type.Nicholas Marriott
2017-01-10Some manpage fixes: rephrase a convoluted sentence, make the names ofNicholas Marriott
2017-01-10avoid unneccessary markup; tweaked and ok nicmJason McIntyre
2017-01-09Add %if/%endif for conditionals when parsing configuration files, theNicholas Marriott
2017-01-09Add simple comparisons in formats: #{==:a,b} and #{!=:a,b} ("a" and "b"Nicholas Marriott
2017-01-09Run the source-file pattern through glob(3).Nicholas Marriott
2017-01-07Add note about ccc and initc so people who want it can see it isNicholas Marriott
2017-01-06Incremental search in copy mode (on for emacs keys by default) - muchNicholas Marriott
2016-11-29Make send -N work for all keys, not just in copy mode. From Artem Fokin.Nicholas Marriott
2016-11-24Make the selection able to exist independent of the cursor position, soNicholas Marriott
2016-11-15Add copy-pipe-and-cancel, from Artem Fokin.Nicholas Marriott
2016-10-21Add %%% to substitute with quotes escaped (convert " to \"). Use thisNicholas Marriott
2016-10-18xterm-keys was in the wrong place in the list; Dilyan Palauzov.Nicholas Marriott
2016-10-16Use the notify name string instead of going via an enum and changeNicholas Marriott
2016-10-16Add hook_session and hook_window formats to get information on theNicholas Marriott
2016-10-16Rewrite command queue handling. Each client still has a command queue,Nicholas Marriott
2016-10-15zap double .Pp;Jason McIntyre
2016-10-15Fire hooks on the simple notifys (window-renamed and session-renamed),Nicholas Marriott
2016-10-14Missing flags in capture-pane, and tweak choose-tree text. From Dilyan Palauzov.Nicholas Marriott
2016-10-13Trying to do hooks generically is way too complicated and unreliable andNicholas Marriott
2016-10-13Remove the set-remain-on-exit option, it was always a hack and can nowNicholas Marriott
2016-10-13Remove mention of key tables than no longer exist.Nicholas Marriott
2016-10-13-f missed from splitw usage, from Felix Rosencrantz.Nicholas Marriott
2016-10-12bind-key -c has gone, remove from man page, and unused table declarations.Nicholas Marriott
2016-10-12Drop the edit mode key tables and just use fixed key bindings for theNicholas Marriott
2016-10-12The repeat prompt in both emacs and vi (and the old one in tmux) doesn'tNicholas Marriott
2016-10-11Support double and triple clicks (they are cumulative, so double isNicholas Marriott
2016-10-11Fundamental change to how copy mode key bindings work:Nicholas Marriott