summaryrefslogtreecommitdiffstats
path: root/tmux.1
AgeCommit message (Expand)Author
2017-01-13Add -E to detach-client to exec a command to replace the client insteadnicm
2017-01-11Add a format for terminal type.nicm
2017-01-10Some manpage fixes: rephrase a convoluted sentence, make the names ofnicm
2017-01-10avoid unneccessary markup; tweaked and ok nicmjmc
2017-01-09Add %if/%endif for conditionals when parsing configuration files, thenicm
2017-01-09Add simple comparisons in formats: #{==:a,b} and #{!=:a,b} ("a" and "b"nicm
2017-01-09Run the source-file pattern through glob(3).nicm
2017-01-07Add note about ccc and initc so people who want it can see it isnicm
2017-01-06Incremental search in copy mode (on for emacs keys by default) - muchnicm
2016-11-29Make send -N work for all keys, not just in copy mode. From Artem Fokin.nicm
2016-11-24Make the selection able to exist independent of the cursor position, sonicm
2016-11-15Add copy-pipe-and-cancel, from Artem Fokin.nicm
2016-10-21Add %%% to substitute with quotes escaped (convert " to \"). Use thisnicm
2016-10-18xterm-keys was in the wrong place in the list; Dilyan Palauzov.nicm
2016-10-16Use the notify name string instead of going via an enum and changenicm
2016-10-16Add hook_session and hook_window formats to get information on thenicm
2016-10-16Rewrite command queue handling. Each client still has a command queue,nicm
2016-10-15zap double .Pp;jmc
2016-10-15Fire hooks on the simple notifys (window-renamed and session-renamed),nicm
2016-10-14Missing flags in capture-pane, and tweak choose-tree text. From Dilyan Palauzov.nicm
2016-10-13Trying to do hooks generically is way too complicated and unreliable andnicm
2016-10-13Remove the set-remain-on-exit option, it was always a hack and can nownicm
2016-10-13Remove mention of key tables than no longer exist.nicm
2016-10-13-f missed from splitw usage, from Felix Rosencrantz.nicm
2016-10-12bind-key -c has gone, remove from man page, and unused table declarations.nicm
2016-10-12Drop the edit mode key tables and just use fixed key bindings for thenicm
2016-10-12The repeat prompt in both emacs and vi (and the old one in tmux) doesn'tnicm
2016-10-11Support double and triple clicks (they are cumulative, so double isnicm
2016-10-11Fundamental change to how copy mode key bindings work:nicm
2016-10-03Document set-hook -u.nicm
2016-09-12Allow repeat count to be specified in mode key tables with bind-key -R,nicm
2016-09-04Add support for performing a full width split (with splitw -f), rathernicm
2016-08-22Two minor fixes from dilyan palauzov.nicm
2016-08-03We only replace the first %%, not multiple (use %2 for second).nicm
2016-06-16Allow a command to be specified to display-panes, similar tonicm
2016-06-15Add missing buffer_name format, from Awal Garg.nicm
2016-06-15Add -F to list-commands.nicm
2016-05-12- Rework load_cfg() error handling a little.tim
2016-05-01Missing format (window_activity_flag) and a missing Ta.nicm
2016-04-29tweak previous;jmc
2016-04-29Compact a small table into text.nicm
2016-04-29Add option to include status text in the pane borders. Ifnicm
2016-04-29Final parts of command hooks, add before- and after- hooks to each command.nicm
2016-04-27Add next/previous paragraph, from J Raynor.nicm
2016-03-18Instead of reusing MouseUp at the finish of a drag, add a new keynicm
2016-03-01Fix break-pane synopsis and some other tmux.1 bits.nicm
2016-01-31Support negative trim values (#{=-10:pane_title}) to trim from the end,nicm
2016-01-29Support for RGB colour, using the extended cell mechanism to avoidnicm
2016-01-19I no longer use my SourceForge address so replace it.nicm
2016-01-16Add hooks for alerts (bell, silence, activity), from Thomas Adam.nicm