summaryrefslogtreecommitdiffstats
path: root/tmux.1
AgeCommit message (Expand)Author
2012-07-08Add choose-tree command to show windows and sessions in the sameNicholas Marriott
2012-06-18Add -a for kill-session, from Thomas Adam.Nicholas Marriott
2012-06-18Add -a flag for detach-client, from Thomas Adam.Nicholas Marriott
2012-06-18Simplify references to alerts in the man page, from Thomas Adam.Nicholas Marriott
2012-05-22Switch all of the various choose- and list- commands over to the formatNicholas Marriott
2012-05-17Ignore line continuation when escaped as \\, from Simon Nicolussi.Nicholas Marriott
2012-05-02default-path has the same possibilities as new-window -c now.Nicholas Marriott
2012-04-29Add a flag to move-window to renumber the windows in a session (closingNicholas Marriott
2012-04-23Add window-status-separator option, from Thomas Adam.Nicholas Marriott
2012-04-23Add -a flag to kill-window, from Thomas Adam.Nicholas Marriott
2012-04-01Add a layout history which can be stepped through with select-layout -uNicholas Marriott
2012-04-01Add pane_current_path format, suggested by Mikolaj Kucharski.Nicholas Marriott
2012-03-22Accept an argument to show-environment to show one variable, based on aNicholas Marriott
2012-03-20Add -C -N -T flags to find-window to find in content, name, title. FromNicholas Marriott
2012-03-2050 is a too low trigger default on larger terminals, bump to 250.Nicholas Marriott
2012-03-20Add a simple form of output rate limiting by counting the number ofNicholas Marriott
2012-03-17Add a wrap-search option to turn off wrapping of searches in copyNicholas Marriott
2012-03-17Add -q option to set-option to turn off info message, from marcel partap.Nicholas Marriott
2012-03-12Add -P/-F flags to break-pane too, from George Nachman.Nicholas Marriott
2012-03-04Add -F format to new-window and split-window to use with the -P flag,Nicholas Marriott
2012-03-03Support "bracketed paste" mode. This adds a -p flag to paste-buffer - ifNicholas Marriott
2012-03-03Add move-pane command (like join-pane but allows the same window). AlsoNicholas Marriott
2012-02-25Allow a single option to be specified to show-options to show just thatNicholas Marriott
2012-02-23Use format for display-message, based on a diff from George Nachman.Nicholas Marriott
2012-02-02Document option values, particularly that omitting on|off for a flag isNicholas Marriott
2012-02-02Add -l flag to send-keys to send input literally (without translatingNicholas Marriott
2012-01-31Provide defined ways to set the various default-path possibilities: ~Nicholas Marriott
2012-01-30id -> ID; ok nicmJason McIntyre
2012-01-30Give each window a unique id, like panes but prefixed with @. Based onNicholas Marriott
2012-01-29Add an option to move the status line to the top of the screen,Nicholas Marriott
2012-01-21it's -> its.Nicholas Marriott
2012-01-21Drop the ability to have a list of keys in the prefix in favour of twoNicholas Marriott
2012-01-21Add strings to allow the aixterm bright colours to be used whenNicholas Marriott
2012-01-21Add a -R flag to send-keys to reset the terminal. Written ages ago andNicholas Marriott
2012-01-20Add some trivial additional status line attributes from jwcxz at usersNicholas Marriott
2012-01-20Remove trailing spaces.Nicholas Marriott
2012-01-20Add an option to disable the window rename escape sequence, from RomainNicholas Marriott
2011-12-31Add a man page section on window names and pane titles, from FelixNicholas Marriott
2011-12-30Show how to set default-path to revert to tmux's old behaviour of openingStuart Henderson
2011-12-27Allow $HOME as default-path in tmux.conf so the same config file can be usedStefan Sperling
2011-12-24formatting errors, found using freebsd's "igor";Jason McIntyre
2011-12-09Change the way the working directory for new processes is discovered. IfNicholas Marriott
2011-12-04Support "jump to" like vi in copy mode using t and T keys. Also add xNicholas Marriott
2011-11-15Move word-separators to be a session rather than window option, from BenNicholas Marriott
2011-11-05Missing bits for new keys and buffer indexes, from Tiago CunhaNicholas Marriott
2011-11-05Option to change status line (message) background when using vi keys andNicholas Marriott
2011-10-27minor formatting fix;Jason McIntyre
2011-10-27Didn't really think the else behaviour through - requiring argv toNicholas Marriott
2011-10-23Add client formats, from Ben Boeckel.Nicholas Marriott
2011-10-02Add a few more formats for panes (tty, pid, start cmd/cwd).Nicholas Marriott