summaryrefslogtreecommitdiffstats
path: root/tmux.1
AgeCommit message (Expand)Author
2010-01-07New command, join-pane, to split and move an existing pane into the space (likeNicholas Marriott
2010-01-07Change split-window to accept a pane target (it should be split-pane butNicholas Marriott
2010-01-03Options to set the colour of the pane borders, with different colours for theNicholas Marriott
2009-12-14New server option, escape-time, to set the timeout used to detect if escapesNicholas Marriott
2009-12-10Add "server options" which are server-wide and not bound to a session orNicholas Marriott
2009-12-08Permit panes to be referred to as "top", "bottom", "top-left" etc, if the rightNicholas Marriott
2009-12-03Wrap at 80 columns.Nicholas Marriott
2009-12-03Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott
2009-12-03Eliminate duplicate code and ease the passage for server-wide options by addingNicholas Marriott
2009-12-01New command, capture-pane, which copies the entire pane contents to a pasteNicholas Marriott
2009-11-24Add a -p flag to display-message to print the output rather than displaying inNicholas Marriott
2009-11-22Add cursor keys to the key names list.Nicholas Marriott
2009-11-19Two new options, window-status-format and window-status-current-format, whichNicholas Marriott
2009-11-19tweak previous;Jason McIntyre
2009-11-19Revert to xterm-keys off by default. It was on as an experiment to see if theNicholas Marriott
2009-11-19Don't interpret #() for display-message, it usually doesn't make sense and mayNicholas Marriott
2009-11-18Cleanup by moving various (mostly horrible) little bits handling UTF-8 gridNicholas Marriott
2009-11-18Add a per-client log of status line messages displayed while that clientNicholas Marriott
2009-11-18Mark -n keys with (no prefix) rather than [].Nicholas Marriott
2009-11-10There is no real standard for modifier plus function keys. Previously, tmuxNicholas Marriott
2009-11-03Add an activity time for clients, like for sessions, and change session andNicholas Marriott
2009-11-03Fix vi page up mode key (from naddy), add missing half page keys, and sort.Nicholas Marriott
2009-11-01Missing setenv/showenv aliases.Nicholas Marriott
2009-10-25Remove -d from tmux.1 as well.Nicholas Marriott
2009-10-25[ is a punctuation character and should be escaped with Ql. Although theNicholas Marriott
2009-10-24-a option to kill all except current pane. From Tiago Cunha, thanks!Nicholas Marriott
2009-10-21Tweak descriptions for up/down pane to be clearer.Nicholas Marriott
2009-10-13Add mode keys to move the cursor to the top, middle and bottom of the screen.Nicholas Marriott
2009-10-12Permit attributes to be turned off in #[] by prefixing with "no", for exampleNicholas Marriott
2009-10-11punctuation fix;Jason McIntyre
2009-10-11Add a pipe-pane command to allow a pane to be piped to a shell command, forNicholas Marriott
2009-10-11Switch run-shell over to queue the command in the background like #().Nicholas Marriott
2009-10-10-scroll mode which is dead.Nicholas Marriott
2009-10-10Split list-panes off from list-windows.Nicholas Marriott
2009-10-10Rather than running status-left, status-right and window title #() with popenNicholas Marriott
2009-10-10New option, mouse-select-pane. If on, the mouse may be used to select theNicholas Marriott
2009-10-10Add "grouped sessions" which have independent name, options, current window andNicholas Marriott
2009-10-10Support for individual session idle time locking. May be enabled by turning offNicholas Marriott
2009-10-09Add a simple synchronize-panes window option: when set, all input to any paneNicholas Marriott
2009-10-07Support J and K for scroll up and scroll down in copy mode with vi keys,Nicholas Marriott
2009-10-06Remove scroll mode which is now redundant, copy mode should be used instead.Nicholas Marriott
2009-10-06Make C-Up and C-Down in copy mode scroll the screen up and down one lineNicholas Marriott
2009-10-04tweak previous;Jason McIntyre
2009-10-04Get / and ? the right way round in vi mode, and use : for goto line rather thanNicholas Marriott
2009-10-04Add a key string for space ("Space") and document the names, suggested byNicholas Marriott
2009-09-24New lock-client and lock-session commands to lock an individual client or allNicholas Marriott
2009-09-23Support -c like sh(1) to execute a command, useful when tmux is a loginNicholas Marriott
2009-09-23Remove the internal tmux locking and instead detach each client and run theNicholas Marriott
2009-09-22Permit multiple prefix keys to be defined, separated by commas, for example:Nicholas Marriott
2009-09-21zap trailing whitespace;Jason McIntyre