summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tmux.1
AgeCommit message (Expand)Author
2016-08-22Two minor fixes from dilyan palauzov.Nicholas Marriott
2016-08-03We only replace the first %%, not multiple (use %2 for second).Nicholas Marriott
2016-06-16Allow a command to be specified to display-panes, similar toNicholas Marriott
2016-06-15Add missing buffer_name format, from Awal Garg.Nicholas Marriott
2016-06-15Add -F to list-commands.Nicholas Marriott
2016-05-12- Rework load_cfg() error handling a little.Tim van der Molen
2016-05-01Missing format (window_activity_flag) and a missing Ta.Nicholas Marriott
2016-04-29tweak previous;Jason McIntyre
2016-04-29Compact a small table into text.Nicholas Marriott
2016-04-29Add option to include status text in the pane borders. IfNicholas Marriott
2016-04-29Final parts of command hooks, add before- and after- hooks to each command.Nicholas Marriott
2016-04-27Add next/previous paragraph, from J Raynor.Nicholas Marriott
2016-03-18Instead of reusing MouseUp at the finish of a drag, add a new keyNicholas Marriott
2016-03-01Fix break-pane synopsis and some other tmux.1 bits.Nicholas Marriott
2016-01-31Support negative trim values (#{=-10:pane_title}) to trim from the end,Nicholas Marriott
2016-01-29Support for RGB colour, using the extended cell mechanism to avoidNicholas Marriott
2016-01-19I no longer use my SourceForge address so replace it.Nicholas Marriott
2016-01-16Add hooks for alerts (bell, silence, activity), from Thomas Adam.Nicholas Marriott
2015-12-16Add infrastructure to work out the best target given a pane or windowNicholas Marriott
2015-12-12Add key-table option to set the default key table for a session, allowsNicholas Marriott
2015-12-12Allow prefix and prefix2 to be set to None to disable (useful if youNicholas Marriott
2015-12-11Mention {src,dst}-{window,pane} where we define target-{window,pane}.Nicholas Marriott
2015-12-11Add cmdq as an argument to format_create and add a format for theNicholas Marriott
2015-12-08Ed was meant to be El;Jason McIntyre
2015-12-08Add hooks infrastructure, basic commands (set-hook, show-hooks) and aNicholas Marriott
2015-11-29Delete a duplicated linePhilip Guenther
2015-11-24Make environ_set va_args and use it to tidy up some calls. Also add aNicholas Marriott
2015-11-24Document socket_path format.Nicholas Marriott
2015-11-24Remove the -I part of show-messages which isn't really that useful; theNicholas Marriott
2015-11-24All kill-session -C to clear alerts in all windows, suggested by AaronNicholas Marriott
2015-11-24Fix usage of detach-client.Nicholas Marriott
2015-11-22If display-time is set to 0, show status messages until a key is pressed;Tim van der Molen
2015-11-18Add s/foo/bar/: prefix for formats to substitute bar for foo.Nicholas Marriott
2015-11-13Add window_visible_layout which ignores zoomed panes and use it forNicholas Marriott
2015-11-12tweak previous; ok nicmJason McIntyre
2015-11-12Nuke the utf8 and status-utf8 options and make tmux only a UTF-8Nicholas Marriott
2015-11-12Remove the mouse_utf8_flag format as well.Nicholas Marriott
2015-11-11Drop mouse-utf8 option and always turn on UTF-8 mouse if the client saysNicholas Marriott
2015-10-27No more TMPDIR.Nicholas Marriott
2015-10-26space before punctuation;Jason McIntyre
2015-10-25Extend the modifiers allowed before formats: as well as the existingNicholas Marriott
2015-10-23Format for scroll position, from Jorge Morante.Nicholas Marriott
2015-10-21client_key_table was missing.Nicholas Marriott
2015-09-13Add copy-mode -e to exit copy mode when scrolling off the bottom, usefulNicholas Marriott
2015-09-10Add session_last_attached time and format, from Sina Siadat.Nicholas Marriott
2015-08-28Remove the lock-server option which is a bit redundant, it isn't thatNicholas Marriott
2015-08-12Rename left/right/up/down relative to active pane to add -of suffixNicholas Marriott
2015-07-27Make -q suppress ambiguous option warnings too, from Cam Hutchison.Nicholas Marriott
2015-07-20Add an option (history-file) for a file to save/restore command promptNicholas Marriott
2015-07-20Correct the tsl/fsl sequence to ]0 not ]2 (from Marcel Korpel). WhileNicholas Marriott