| Commit message (Collapse) | Author | Age |
| ... | |
| |
|
|
|
|
| |
Add a -R flag to send-keys to reset the terminal. Written ages ago and
Suggested by someone, I forget who.
|
| |
|
|
|
|
| |
Add some trivial additional status line attributes from jwcxz at users
dot sourceforge dot net.
|
| |
|
|
|
| |
Remove trailing spaces.
|
| |
|
|
|
|
| |
Add an option to disable the window rename escape sequence, from Romain
Francoise.
|
| |
|
|
|
|
| |
Add a man page section on window names and pane titles, from Felix
Rosencrantz.
|
| |
|
|
|
|
|
| |
Show how to set default-path to revert to tmux's old behaviour of opening
new windows in the current working directory at the time tmux was started,
it's not obvious. naddy@ agrees this is a useful inclusion.
|
| |
|
|
|
|
|
| |
Allow $HOME as default-path in tmux.conf so the same config file can be used
on different machines regardless of where the user's home directory is.
ok nicm
|
| | |
|
| |
|
|
|
| |
formatting errors, found using freebsd's "igor";
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
default-path isn't empty, it is used. Otherwise:
1) If tmux neww is run from the command line, the working directory of the
client is used.
2) Otherwise use some platform specific code to retrieve the current working
directory of the process in the active pane.
3) If that fails, the directory where the session was created is used.
Idea and support code, Linux, Solaris, FreeBSD bits by Romain Francoise,
OpenBSD bits by me.
|
| |
|
|
|
|
|
|
| |
Support "jump to" like vi in copy mode using t and T keys. Also add x
and X for delete in edit mode.
From Ben Boeckel, thanks.
|
| |
|
|
|
|
| |
Move word-separators to be a session rather than window option, from Ben
Boeckel.
|
| |
|
|
|
| |
Missing bits for new keys and buffer indexes, from Tiago Cunha
|
| |
|
|
|
|
| |
Option to change status line (message) background when using vi keys and
in command mode. From Ben Boeckel.
|
| |
|
|
|
| |
minor formatting fix;
|
| |
|
|
|
|
|
| |
Didn't really think the else behaviour through - requiring argv to
contain "else" is silly so just omit that, also some manpage
tweaks. From Tiago Cunha.
|
| |
|
|
|
| |
Add client formats, from Ben Boeckel.
|
| |
|
|
|
| |
Add a few more formats for panes (tty, pid, start cmd/cwd).
|
| |
|
|
|
| |
Add -S option to refresh-client to redraw status line, from Marco Beck.
|
| |
|
|
|
| |
Tweaks to the format parts, from Tiago Cunha.
|
| |
|
|
|
| |
tweak previous;
|
| |
|
|
|
|
|
|
|
|
| |
Add initial framework for more powerful formatting of command output and
use it for list-{panes,windows,sessions}. This allows more descriptive
replacements (such as #{session_name}) and conditionals.
Later this will be used for status_replace and list-keys and other
places.
|
| |
|
|
|
|
| |
Support \ for line continuation in the configuration file, from Julius
Plenz.
|
| |
|
|
|
| |
Add pane-base-index option, from Ben Barbour.
|
| |
|
|
|
|
| |
Add a -r flag to switch-client to toggle the client read-only flag. From
Johan Commelin.
|
| |
|
|
|
| |
fix error in previous;
|
| |
|
|
|
|
|
|
|
| |
Extend the mode-mouse option to add a third choice which means the mouse
does not enter copy mode. Patch from SF bug 3374493.
In future the mode-mouse option is likely to die and be broken into
several smaller options.
|
| | |
|
| |
|
|
|
| |
Sort options alphabetically, from Tiago Cunha.
|
| |
|
|
|
|
|
|
| |
Make confirm-before prompt customizable with -p option like
command-prompt. Also move responsibility for calling status_replace into
status_prompt_{set,update} and add #W and #P to the default kill-window
and kill-pane prompts. By Tiago Cunha.
|
| |
|
|
|
|
| |
Add an option to trigger the terminal bell when there is an alert, from
Marco Beck.
|
| |
|
|
|
|
| |
Include the existing window and session name in the prompt when renaming
and add a new key binding ($) for rename session. From Tiago Cunha.
|
| |
|
|
|
|
| |
Allow the initial context on prompts to be set with the new -I option to
command-prompt. From Tiago Cunha.
|
| |
|
|
|
|
|
|
|
|
|
| |
Date: 2011/06/05 12:19:03
Author: nicm
Branch: HEAD
Tag: (none)
Log:
Add a respawn-pane command, from Marcel Partap.
|
| |
|
|
|
|
|
|
|
|
|
| |
Date: 2011/05/30 22:02:28
Author: nicm
Branch: HEAD
Tag: (none)
Log:
Fix a typo, spotted by Michal Mazurek..
|
| |
|
|
|
| |
tweak the TERMINFO section; ok nicm
|
| |
|
|
|
|
|
| |
Pass prompts through status_replace so that they can be more helpful
(such as showing the previous session name when renaming). From Tiago
Cunha.
|
| |
|
|
|
|
| |
Support DECSCUSR sequence to set the cursor style with two new
terminfo(5) extensions, Cs and Csr. Written by Ailin Nemui.
|
| |
|
|
|
|
|
| |
Support xterm(1) cursor colour change sequences through terminfo(5) Cc
(set) and Cr (reset) extensions. Originally by Sean Estabrooks, tweaked
by me and Ailin Nemui.
|
| |
|
|
|
|
|
|
|
|
| |
Support setting the xterm clipboard when copying from copy mode using
the xterm escape sequence for the purpose (if xterm is configured to
allow it).
Written by and much discussed Ailin Nemui, guidance on
xterm/termcap/terminfo from Thomas Dickey.
|
| |
|
|
|
|
| |
Add three new copy-mode commands - select-line, copy-line,
copy-end-of-line. From Dave Disser and Randy Stauner a while back.
|
| |
|
|
|
|
| |
Add a new option, mouse-resize-pane. When on, panes may be resized by
dragging their borders. From hsim at gmx.li.
|
| |
|
|
|
|
|
|
| |
Use the tsl and fsl terminfo(5) capabilities to update terminal title
and automatically fill them in on terminals with the XT capability
(which means their title setting is xterm-compatible). From hsim at
gmx.li.
|
| |
|
|
|
| |
Provide #h for short hostname (no domain) from Michal Mazurek.
|
| |
|
|
|
|
|
|
| |
When mode-mouse is on (it is off by default), automatically enter copy
mode when the mouse is dragged or the mouse wheel is used. Also exit
copy mode when the mouse wheel is scrolled off the bottom. Discussed
with and written by hsim at gmx dot li.
|
| |
|
|
|
|
|
|
|
|
|
| |
|Date: 2011/04/18 20:49:05
|Author: nicm
|Branch: HEAD
|Tag: (none)
|Log:
|Add an option (mouse-select-window) which allows the mouse to be used by
|clicking on the status line, written by hsim at gmx dot li.
|
| |
|
|
|
|
|
|
|
|
| |
|Date: 2011/04/17 20:28:09
|Author: nicm
|Branch: HEAD
|Tag: (none)
|Log:
|Add -t to list-clients, based on a diff from Zac Sprackett.
|
| |
|
|
|
|
|
|
|
|
| |
|Date: 2011/04/11 17:44:36
|Author: nicm
|Branch: HEAD
|Tag: (none)
|Log:
|-s comes before -t and also add -s to command syntax. Prompted by jmc.
|
| | |
|
| |
|
|
|
| |
Sprackett.
|