| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
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 space movement keys for vi mode in the status line from Ben Boeckel.
|
|
|
|
|
|
| |
Calculate last position correctly for UTF-8 wide characters, reported by
Matthias Lederhofer.
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Add CNL and CPL escape sequences.
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Add \033[s and \033[u to save and restore cursor position.
|
| |
|
|
|
|
|
|
| |
Extend history that can be captured to INT_MIN rather than
SHRT_MIN. From Chris Johnsen.
|
|
|
|
|
|
| |
Reset flags on every loop or it is displayed too often, from Chris
Johnsen.
|
|
|
|
|
| |
formatting errors, found using freebsd's "igor";
|
|
|
|
|
|
|
| |
Fix so that when mouse-select-pane and mouse-select-window are both
enabled, clicking on the status line does not change the current
pane. From Romain Francoise.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Log terminal overrides.
|
|
|
|
|
| |
Add home and end keys for command prompt, from Matthias Lederhofer.
|
|
|
|
|
|
| |
Make M-f and M-b work the same at the command prompt as in copy mode,
pointed out by Romain Francoise.
|
| |
|
|
|
|
|
|
| |
Add word movement and editing command for command prompt editing, from
Ben Boeckel.
|
|
|
|
|
|
| |
Move word-separators to be a session rather than window option, from Ben
Boeckel.
|
|
|
|
|
| |
Add a pane_index format string and use it, from Ben Boeckel.
|
|
|
|
|
| |
Make window_pane_index work the same as window_index, from Ben Boeckel.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Fix a trivial copy-and-paste error (sx->sy), from Chris Johnsen.
|
|
|
|
|
| |
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;
|
|
|
|
|
|
| |
Add screen*:XT to terminal-overrides for tmux-in-tmux, from Romain
Francoise.
|
|
|
|
|
| |
Missing -o on usage for pipe-pane, from Tiago Cunha.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
When copying, make repeat count indicate buffer to replace if used.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Alias NPage/PPage as PageDown/PgDn/PageUp/PgUp to reduce occasional
confusion.
|
|
|
|
|
|
| |
Support for \e[3J to clear the history. Also send the corresponding
terminfo code (E3) before locking.
|
|
|
|
|
|
| |
Try to resolve relative paths for loadb and saveb (first using client
working directory if any then default-path or session wd).
|
|
|
|
|
| |
For initial session, use size of command client even if detached.
|
|
|
|
|
| |
Ignore LC_ALL and LC_CTYPE if they are empty as well as unset.
|
|
|
|
|
| |
Add client formats, from Ben Boeckel.
|
|
|
|
|
| |
Plug a memory leak and update some comments, from Tiago Cunha.
|
|
|
|
|
| |
Add an else clause for if-shell, from "arno-" on SourceForge.
|
| |
|