aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
Commit message (Collapse)AuthorAge
...
* Rephrase a confusing sentence.Nicholas Marriott2010-12-10
|
* Add an option to alert (monitor) for silence (lack of activity) in aNicholas Marriott2010-12-06
| | | | | window. From Thomas Adam.
* PatchSet 790Nicholas Marriott2010-12-06
| | | | | | | | | | | | | | | | | | Date: 2010/11/29 19:45:58 Author: nicm Branch: HEAD Tag: (none) Log: If VISUAL or EDITOR contains "vi", configure mode-keys and status-keys to vi. Based on a diff from martynas@, previously requested by a couple of other people. Members: tmux.1:1.190->1.191 tmux.c:1.93->1.94
* PatchSet 787Nicholas Marriott2010-12-06
| | | | | | | | | | | | | Date: 2010/11/14 09:04:22 Author: nicm Branch: HEAD Tag: (none) Log: Update man page for update-environment. Members: tmux.1:1.189->1.190
* PatchSet 784Nicholas Marriott2010-12-06
| | | | | | | | | | | | | | Date: 2010/11/11 20:54:06 Author: nicm Branch: HEAD Tag: (none) Log: Flag to flush all key bindings from Rob Paisley. Members: cmd-unbind-key.c:1.7->1.8 tmux.1:1.188->1.189
* PatchSet 782Nicholas Marriott2010-12-06
| | | | | | | | | | | | | Date: 2010/11/01 20:59:45 Author: nicm Branch: HEAD Tag: (none) Log: Typo, from Rob Paisley. Members: tmux.1:1.187->1.188
* Sync OpenBSD patchset 780:Tiago Cunha2010-10-24
| | | | | | Add a last-pane command (bound to ; by default). Requested ages ago by somebody whose name I have forgotten.
* Sync OpenBSD patchset 771:Tiago Cunha2010-10-24
| | | | | Put "or" on new line from command with .Ic.
* Sync OpenBSD patchset 766:Tiago Cunha2010-10-09
| | | | | | | | | | | | | | | Two new options: - server option "exit-unattached" makes the server exit when no clients are attached, even if sessions are present; - session option "destroy-unattached" destroys a session once no clients are attached to it. These are useful for preventing tmux remaining in the background where it is undesirable and when using tmux as a login shell to keep a limit on new sessions.
* Sync OpenBSD patchset 764:Tiago Cunha2010-10-09
| | | | | detach-on-destroy is a session option, not server.
* Sync OpenBSD patchset 759:Tiago Cunha2010-09-10
| | | | | | | | | Add -n and -p flags to switch-client to move to the next and previous session (yes, it doesn't match window/pane, but so what, nor does switch-client). Based on a diff long ago from "edsouza".
* Sync OpenBSD patchset 736:Tiago Cunha2010-07-17
| | | | | some escapes i missed;
* Sync OpenBSD patchset 732:Tiago Cunha2010-07-02
| | | | | | | Custom layouts. list-windows command displays the layout as a string (such as "bb62,159x48,0,0{79x48,0,0,79x48,80,0}") and it can be applied to another window (with the same number of panes or fewer) using select-layout.
* Sync OpenBSD patchset 730:Tiago Cunha2010-07-02
| | | | | | | Store the current working directory in the session, change the default-path option to default to empty and make that mean that the stored session CWD is used.
* Sync OpenBSD patchset 729:Tiago Cunha2010-07-02
| | | | | | | New option, detach-on-destroy, to set what happens to a client when the session it is attached to is destroyed. If on (the default), it is detached; if off, it is switched to the most recently active session.
* Sync OpenBSD patchset 726:Tiago Cunha2010-06-22
| | | | | Add a choose-buffer command for easier use of the paste buffer stack.
* Sync OpenBSD patchset 725:Tiago Cunha2010-06-22
| | | | | | Extend the -t:+ and -t:- window targets for next and previous window to accept an offset such as -t:+2. From Tiago Cunha.
* Sync OpenBSD patchset 719:Tiago Cunha2010-06-15
| | | | | Add a missing command and some missing Ic, from Tiago Cunha.
* Sync OpenBSD patchset 717:Tiago Cunha2010-06-06
| | | | | Couple of missing command aliases/flags, from Tiago Cunha.
* Sync OpenBSD patchset 715:Tiago Cunha2010-06-06
| | | | | | Support the status_replace # replacement sequences in the pipe-pane command, thanks to Andrea Barisani.
* Sync OpenBSD patchset 710:Tiago Cunha2010-06-06
| | | | | | | | | | When the mode-mouse option is on, support dragging to make a selection in copy mode. Also support the scroll wheel, although xterm strangely does not ignore it in application mouse mode, causing redraw artifacts when scrolling up (other terminals appear to be better behaved).
* Sync OpenBSD patchset 709:Tiago Cunha2010-06-06
| | | | | | Better to say "command key bindings" since we've just called them command keys.
* Sync OpenBSD patchset 708:Tiago Cunha2010-06-06
| | | | | | There is no real reason not to list all the key bindings here rather than just a selection.
* Sync OpenBSD patchset 702:Tiago Cunha2010-06-06
| | | | | | Enhance paste-buffer to allow lines to be separated by any string, from Andrea Barisani.
* Sync OpenBSD patchset 701:Tiago Cunha2010-06-05
| | | | | Colour+attribute options for status line alerts, from Alex Alexander.
* Sync OpenBSD patchset 700:Tiago Cunha2010-06-05
| | | | | | Accept (and document) "none" instead of "default" for attributes as it is clearer and avoids confusion with default colours.
* Sync OpenBSD patchset 697:Tiago Cunha2010-05-14
| | | | | | | Identical behaviour to select-prompt can now be obtained with command-prompt, so remove select-prompt and change ' to be bound to command-prompt -p index "select-window -t :%%".
* Sync OpenBSD patchset 692:Tiago Cunha2010-05-14
| | | | | sort options.
* Sync OpenBSD patchset 688:Tiago Cunha2010-05-14
| | | | | | Add a tiled layout, originally from Liam Bedford a while ago, fixed up by me.
* Man page sync.Nicholas Marriott2010-04-06
|
* Run job commands explicitly in the global enviroment (which can beNicholas Marriott2010-04-06
| | | | | | modified with setenv -g) rather than with the environment tmux started with.
* Merge output (more) and copy modes into one single mode (called copy).Micah Cowan2010-04-05
|
* Nuke unused functions.Nicholas Marriott2010-03-27
|
* -a flag to insert a window after an existing one, moving other windowsNicholas Marriott2010-03-27
| | | | | up as necessary.
* paste-buffer should be per pane, from C. Coutinho.Nicholas Marriott2010-03-18
|
* Minor Nazi style tweaks to previous, and man page rephrasery.Nicholas Marriott2010-03-16
|
* Jump-forward, jump-backward in copy mode, based on vi's F and f commands.Micah Cowan2010-03-16
|
* Support up, down, left, right movement through panes with -UDLR flags toNicholas Marriott2010-03-15
| | | | | | | | select-pane. Also remove up- and down-pane: equivalent behaviour is now available using -t :.+ and -t :.-.
* Sync OpenBSD patchset 658:Tiago Cunha2010-03-08
| | | | | | | | Permit keys in copy mode to be prefixed by a repeat count, entered with [1-9] in vi mode, or M-[1-9] in emacs mode. From Micah Cowan, tweaked a little by me.
* Sync OpenBSD patchset 653:Tiago Cunha2010-02-26
| | | | | | Option to set the characters considered word separators in copy mode, from Micah Cowan.
* Sync OpenBSD patchset 646:Tiago Cunha2010-02-18
| | | | | Man page additions/improvements, thanks to Robin Lee Powell.
* Sync OpenBSD patchset 644:Tiago Cunha2010-02-18
| | | | | | Add "N" key to search the opposite way from the last search (reverse of "n"), from Micah Cowan.
* Sync OpenBSD patchset 643:Tiago Cunha2010-02-18
| | | | | Clarify default status-right, from Seth Wright.
* Sync OpenBSD patchset 642:Tiago Cunha2010-02-08
| | | | | | Add an option to disable the smcup/rmcup alternate screen behaviour inside tmux. From clemens fischer.
* Sync OpenBSD patchset 641:Tiago Cunha2010-02-08
| | | | | next-layout is bound to Space not C-Space.
* Sync OpenBSD patchset 639:Tiago Cunha2010-02-08
| | | | | | Support attaching a client read-only with a new -r flag to the attach-session command.
* Sync OpenBSD patchset 636:Tiago Cunha2010-02-08
| | | | | Rectangle copy support, from Robin Lee Powell.
* Sync OpenBSD patchset 634:Tiago Cunha2010-02-05
| | | | | | | | | vi-style B, W and E keys in copy mode to navigate between words treating only spaces as word separators. Also add . to the list of word separators for standard word navigation. From Micah Cowan, tweaked slightly by me.
* Sync OpenBSD patchset 632:Tiago Cunha2010-02-05
| | | | | | Option to display the active pane in a different colour with the display-panes command. From Paul Hoffman, thanks.
* Sync OpenBSD patchset 624:Tiago Cunha2010-01-28
| | | | | Typo, from Micah Cowan.