Age | Commit message (Expand) | Author |
2015-12-12 | Add key-table option to set the default key table for a session, allows | Nicholas Marriott |
2015-12-12 | Allow prefix and prefix2 to be set to None to disable (useful if you | Nicholas Marriott |
2015-12-11 | Mention {src,dst}-{window,pane} where we define target-{window,pane}. | Nicholas Marriott |
2015-12-11 | Add cmdq as an argument to format_create and add a format for the | Nicholas Marriott |
2015-12-08 | Ed was meant to be El; | Jason McIntyre |
2015-12-08 | Add hooks infrastructure, basic commands (set-hook, show-hooks) and a | Nicholas Marriott |
2015-11-29 | Delete a duplicated line | Philip Guenther |
2015-11-24 | Make environ_set va_args and use it to tidy up some calls. Also add a | Nicholas Marriott |
2015-11-24 | Document socket_path format. | Nicholas Marriott |
2015-11-24 | Remove the -I part of show-messages which isn't really that useful; the | Nicholas Marriott |
2015-11-24 | All kill-session -C to clear alerts in all windows, suggested by Aaron | Nicholas Marriott |
2015-11-24 | Fix usage of detach-client. | Nicholas Marriott |
2015-11-22 | If display-time is set to 0, show status messages until a key is pressed; | Tim van der Molen |
2015-11-18 | Add s/foo/bar/: prefix for formats to substitute bar for foo. | Nicholas Marriott |
2015-11-13 | Add window_visible_layout which ignores zoomed panes and use it for | Nicholas Marriott |
2015-11-12 | tweak previous; ok nicm | Jason McIntyre |
2015-11-12 | Nuke the utf8 and status-utf8 options and make tmux only a UTF-8 | Nicholas Marriott |
2015-11-12 | Remove the mouse_utf8_flag format as well. | Nicholas Marriott |
2015-11-11 | Drop mouse-utf8 option and always turn on UTF-8 mouse if the client says | Nicholas Marriott |
2015-10-27 | No more TMPDIR. | Nicholas Marriott |
2015-10-26 | space before punctuation; | Jason McIntyre |
2015-10-25 | Extend the modifiers allowed before formats: as well as the existing | Nicholas Marriott |
2015-10-23 | Format for scroll position, from Jorge Morante. | Nicholas Marriott |
2015-10-21 | client_key_table was missing. | Nicholas Marriott |
2015-09-13 | Add copy-mode -e to exit copy mode when scrolling off the bottom, useful | Nicholas Marriott |
2015-09-10 | Add session_last_attached time and format, from Sina Siadat. | Nicholas Marriott |
2015-08-28 | Remove the lock-server option which is a bit redundant, it isn't that | Nicholas Marriott |
2015-08-12 | Rename left/right/up/down relative to active pane to add -of suffix | Nicholas Marriott |
2015-07-27 | Make -q suppress ambiguous option warnings too, from Cam Hutchison. | Nicholas Marriott |
2015-07-20 | Add an option (history-file) for a file to save/restore command prompt | Nicholas Marriott |
2015-07-20 | Correct the tsl/fsl sequence to ]0 not ]2 (from Marcel Korpel). While | Nicholas Marriott |
2015-07-13 | Add a format to show if client is a control client. From Bruno Sutic. | Nicholas Marriott |
2015-07-13 | Add a -s flag to show-environment to output Bourne shell commands a la | Nicholas Marriott |
2015-06-18 | Remove a stray : and tweak paragraph. | Nicholas Marriott |
2015-06-17 | Change break-pane to take target and source panes (-t and -s) in line | Nicholas Marriott |
2015-06-17 | Move the shuffle code from new-window -a into a function and add a -a | Nicholas Marriott |
2015-06-15 | Add window_activity format, from Thomas Adam based on a diff originally | Nicholas Marriott |
2015-06-14 | Add a format for client PID (client_pid) and server PID (pid). Diff for | Nicholas Marriott |
2015-06-07 | Add -E flag when attaching or switching client to bypass | Nicholas Marriott |
2015-06-05 | Make it so that if a window or session target is prefixed with an =, | Nicholas Marriott |
2015-06-04 | tweak SYNOPSIS and usage(); | Jason McIntyre |
2015-06-04 | Make unsetting a global option restore it to the default. Diff lying | Nicholas Marriott |
2015-06-04 | Add support for a single "marked pane". There is one marked pane in the | Nicholas Marriott |
2015-05-27 | Move the jobs output cache into the formats code so that #() work more | Nicholas Marriott |
2015-05-12 | Add a session_alerts format which is a list of all the alerts in the | Nicholas Marriott |
2015-05-12 | Add bell-action "other" to pass through bells in all windows except the | Nicholas Marriott |
2015-05-11 | Remove the c0-* options which never really worked satisfactorily. Going | Nicholas Marriott |
2015-05-08 | Move input parser structs into input.c (removing fairly useless | Nicholas Marriott |
2015-05-06 | Add a format window_linked which is 1 if a window has been linked | Nicholas Marriott |
2015-04-29 | If default-terminal is set to "screen" or "screen-*", emulate screen's | Nicholas Marriott |