| Commit message (Collapse) | Author | Age |
... | |
| |
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
There is no real reason not to list all the key bindings here rather
than just a selection.
|
|
|
|
|
|
| |
Enhance paste-buffer to allow lines to be separated by any string, from
Andrea Barisani.
|
|
|
|
|
| |
Colour+attribute options for status line alerts, from Alex Alexander.
|
|
|
|
|
|
| |
Accept (and document) "none" instead of "default" for attributes as it
is clearer and avoids confusion with default colours.
|
|
|
|
|
|
|
| |
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 :%%".
|
|
|
|
|
| |
sort options.
|
|
|
|
|
|
| |
Add a tiled layout, originally from Liam Bedford a while ago, fixed up
by me.
|
| |
|
|
|
|
|
|
| |
modified with setenv -g) rather than with the environment tmux started
with.
|
| |
|
| |
|
|
|
|
|
| |
up as necessary.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
select-pane.
Also remove up- and down-pane: equivalent behaviour is now available
using -t :.+ and -t :.-.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Option to set the characters considered word separators in copy mode, from
Micah Cowan.
|
|
|
|
|
| |
Man page additions/improvements, thanks to Robin Lee Powell.
|
|
|
|
|
|
| |
Add "N" key to search the opposite way from the last search (reverse of "n"),
from Micah Cowan.
|
|
|
|
|
| |
Clarify default status-right, from Seth Wright.
|
|
|
|
|
|
| |
Add an option to disable the smcup/rmcup alternate screen behaviour inside
tmux. From clemens fischer.
|
|
|
|
|
| |
next-layout is bound to Space not C-Space.
|
|
|
|
|
|
| |
Support attaching a client read-only with a new -r flag to the attach-session
command.
|
|
|
|
|
| |
Rectangle copy support, from Robin Lee Powell.
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Option to display the active pane in a different colour with the display-panes
command. From Paul Hoffman, thanks.
|
|
|
|
|
| |
Typo, from Micah Cowan.
|