| Commit message (Collapse) | Author | Age |
| ... | |
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
|Date: 2011/04/05 20:37:01
|Author: nicm
|Branch: HEAD
|Tag: (none)
|Log:
|Add a flag to cmd_find_session so that attach-session can prefer
|unattached sessions when choosing the most recently used (if -t is not
|given). Suggested by claudio@.
|
| |
|
|
|
|
|
|
|
|
|
| |
|Date: 2011/04/01 17:59:11
|Author: nicm
|Branch: HEAD
|Tag: (none)
|Log:
|"or" should be on a line on its own here so it is not emphasised as
|well.
|
| |
|
|
|
|
|
|
|
|
|
| |
|Date: 2011/03/29 20:30:16
|Author: nicm
|Branch: HEAD
|Tag: (none)
|Log:
|Change -t on display-message to be target-pane for the #[A-Z]
|replacements and add -c as target-client.
|
| |
|
|
|
|
|
|
|
|
|
| |
|Date: 2011/03/29 00:13:00
|Author: nicm
|Branch: HEAD
|Tag: (none)
|Log:
|Add -a and -s options to lsp to list all panes in the server or session
|respectively. Likewise add -s to lsw. From Ben Boeckel.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
|Date: 2011/03/28 21:17:39
|Author: nicm
|Branch: HEAD
|Tag: (none)
|Log:
|Allow a start and end line to be specified for capture-pane which may be
|negative to capture part of the history. Prompted by request from Victor
|J Orlikowski.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Date: 2011/03/27 21:27:26
Author: nicm
Branch: HEAD
Tag: (none)
Log:
Give each pane created in a tmux server a unique id (starting from 0),
put it in the TMUX_PANE environment variable and accept it as a
target. Suggested by and with testing and tweaks from Ben Boeckel.
|
| |
|
|
|
|
| |
Add a -P option to detach to HUP the client's parent process (usually
causing it to exit as well).
|
| |
|
|
|
|
| |
Support -x and -y for new-session to specify the initial size of the
window if created detached with -d.
|
| |
|
|
|
| |
Clarify alternate-screen description a little.
|
| |
|
|
|
| |
Use TMPDIR if set, from Han Boetes.
|
| |
|
|
|
| |
Remove a bit of text that makes exit-unattached description unclear.
|
| |
|
|
|
| |
Add missing arguments to some options.
|
| |
|
|
|
|
| |
Accept colours of the hex form #ffffff and translate to the nearest from
the xterm(1) 256-colour set.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
Now that parsing is common, merge some of the small, related commands
together to use the same code.
Also add some arguments (such as -n and -p) to some commands to match
existing commands.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262
and supports larger terminals than the older way.
If the new mouse-utf8 option is on, UTF-8 mouse input is enabled for all
UTF-8 terminals. The option defaults to on if LANG etc are set in the
same manner as the utf8 option.
With help and based on code from hsim at gmx.li.
|
| |
|
|
|
|
| |
suspend-client has used -t for the client target (like everything else)
for ages, fix the usage string and man page and trim some leftover code.
|
| |
|
|
|
|
| |
Add a -P option to new-window and split-window to print the new window
or pane index in target form (useful to pass it into other commands).
|
| |
|
|
|
| |
fix trailing whitespace;
|
| |
|
|
|
| |
Fix BUFFERS section now they are global.
|
| |
|
|
|
| |
As a consequence buffer-limit is now a server option.
|
| |
|
|
|
| |
tweak previous;
|
| |
|
|
|
| |
Add a missing .Pp and sort options alphabetically, from Tiago Cunha.
|
| |
|
|
|
|
|
| |
Add other-pane-height and other-pane-width options, allowing the width
or height of the smaller panes in the main-horizontal and main-vertical
layouts to be set. Mostly from David Goodlad.
|
| |
|
|
|
| |
a key binding (L) to move a client back to its last session.
|
| | |
|
| | |
|
| |
|
|
|
| |
window. From Thomas Adam.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Add a last-pane command (bound to ; by default). Requested ages ago by
somebody whose name I have forgotten.
|
| |
|
|
|
| |
Put "or" on new line from command with .Ic.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
| |
detach-on-destroy is a session option, not server.
|
| |
|
|
|
|
|
|
|
| |
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".
|
| |
|
|
|
| |
some escapes i missed;
|
| |
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
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.
|
| |
|
|
|
| |
Add a choose-buffer command for easier use of the paste buffer stack.
|
| |
|
|
|
|
| |
Extend the -t:+ and -t:- window targets for next and previous window to
accept an offset such as -t:+2. From Tiago Cunha.
|
| |
|
|
|
| |
Add a missing command and some missing Ic, from Tiago Cunha.
|
| |
|
|
|
| |
Couple of missing command aliases/flags, from Tiago Cunha.
|
| |
|
|
|
|
| |
Support the status_replace # replacement sequences in the pipe-pane
command, thanks to Andrea Barisani.
|
| |
|
|
|
|
|
|
|
|
| |
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).
|
| |
|
|
|
|
| |
Better to say "command key bindings" since we've just called them
command keys.
|