aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
Commit message (Collapse)AuthorAge
...
* Sync OpenBSD patchset 1083:Tiago Cunha2012-04-10
| | | | | Add pane_current_path format, suggested by Mikolaj Kucharski.
* Sync OpenBSD patchset 1079:Tiago Cunha2012-03-29
| | | | | | Accept an argument to show-environment to show one variable, based on a diff from Kazuhiko Sakaguchi.
* Sync OpenBSD patchset 1075:Tiago Cunha2012-03-29
| | | | | | Add -C -N -T flags to find-window to find in content, name, title. From Jonathan Daugherty.
* Sync OpenBSD patchset 1073:Tiago Cunha2012-03-29
| | | | | 50 is a too low trigger default on larger terminals, bump to 250.
* Sync OpenBSD patchset 1072:Tiago Cunha2012-03-29
| | | | | | | | | | | | | | | | | | | | Add a simple form of output rate limiting by counting the number of certain C0 sequences (linefeeds, backspaces, carriage returns) and if it exceeds a threshold (current default 50/millisecond), start to redraw the pane every 100 milliseconds instead of making each change as it comes. Two configuration options - c0-change-trigger and c0-change-interval. This makes tmux much more responsive under very fast output (for example yes(1) or accidentally cat'ing a large file) but may not be perfect on all terminals and connections - feedback very welcome, particularly where this change has a negative rather than positive effect (making it off by default is a possibility). After much experimentation based originally on a request Robin Lee Powell (which ended with a completely different solution), this idea from discussion with Ailin Nemui.
* Sync OpenBSD patchset 1066:Tiago Cunha2012-03-18
| | | | | | Add a wrap-search option to turn off wrapping of searches in copy mode. From Jacobo de Vera.
* Sync OpenBSD patchset 1063:Tiago Cunha2012-03-18
| | | | | Add -q option to set-option to turn off info message, from marcel partap.
* Sync OpenBSD patchset 1049:Tiago Cunha2012-03-18
| | | | | Add -P/-F flags to break-pane too, from George Nachman.
* Sync OpenBSD patchset 1041:Tiago Cunha2012-03-07
| | | | | | Add -F format to new-window and split-window to use with the -P flag, from George Nachman.
* Sync OpenBSD patchset 1037:Tiago Cunha2012-03-07
| | | | | | | | | Support "bracketed paste" mode. This adds a -p flag to paste-buffer - if this is used and the application has requested bracketed pastes, then tmux surrounds the pasted text by \033[200~ and \033[201~. Applications like vim can (apparently) use this to avoid, for example, indenting the text. From Ailin Nemui.
* Sync OpenBSD patchset 1035:Tiago Cunha2012-03-03
| | | | | | | Add move-pane command (like join-pane but allows the same window). Also -b flag to join-pane and move-pane to place the pane to the left or above. From George Nachman.
* Sync OpenBSD patchset 1032:Tiago Cunha2012-03-03
| | | | | | Allow a single option to be specified to show-options to show just that option.
* Sync OpenBSD patchset 1031:Tiago Cunha2012-03-03
| | | | | Use format for display-message, based on a diff from George Nachman.
* Sync OpenBSD patchset 1026:Tiago Cunha2012-02-15
| | | | | | Document option values, particularly that omitting on|off for a flag is a toggle.
* Sync OpenBSD patchset 1025:Tiago Cunha2012-02-02
| | | | | | Add -l flag to send-keys to send input literally (without translating key names). From Frank Terbeck.
* Sync OpenBSD patchset 1021:Tiago Cunha2012-02-02
| | | | | | | | | | | Provide defined ways to set the various default-path possibilities: ~ for home directory, . for server start directory, - for session start directory and empty for the pane's working directory (the default). All can also be used as part of a relative path (eg -/foo). Also provide -c flags to neww and splitw to override default-path setting. Based on a diff from sthen. ok sthen
* Sync OpenBSD patchset 1019:Tiago Cunha2012-01-31
| | | | | id -> ID; ok nicm
* Sync OpenBSD patchset 1017:Tiago Cunha2012-01-31
| | | | | | Give each window a unique id, like panes but prefixed with @. Based on work from George Nachman.
* Sync OpenBSD patchset 1015:Tiago Cunha2012-01-29
| | | | | | Add an option to move the status line to the top of the screen, requested by many.
* Sync OpenBSD patchset 1009:Tiago Cunha2012-01-21
| | | | | it's -> its.
* Sync OpenBSD patchset 1007:Tiago Cunha2012-01-21
| | | | | | | | | | | | Drop the ability to have a list of keys in the prefix in favour of two separate options, prefix and prefix2. This simplifies the code and gets rid the data options type which was only used for this one option. Also add a -2 flag to send-prefix to send the secondary prefix key, fixing a cause of minor irritation. People who want three prefix keys are out of luck :-).
* Sync OpenBSD patchset 1006:Tiago Cunha2012-01-21
| | | | | | Add strings to allow the aixterm bright colours to be used when configuring colours, requested by Elliott Cable a few months ago.
* Sync OpenBSD patchset 1004:Tiago Cunha2012-01-21
| | | | | | Add a -R flag to send-keys to reset the terminal. Written ages ago and Suggested by someone, I forget who.
* Sync OpenBSD patchset 1001:Tiago Cunha2012-01-20
| | | | | | Add some trivial additional status line attributes from jwcxz at users dot sourceforge dot net.
* Sync OpenBSD patchset 1000:Tiago Cunha2012-01-20
| | | | | Remove trailing spaces.
* Sync OpenBSD patchset 999:Tiago Cunha2012-01-20
| | | | | | Add an option to disable the window rename escape sequence, from Romain Francoise.
* Sync OpenBSD patchset 995:Tiago Cunha2012-01-03
| | | | | | Add a man page section on window names and pane titles, from Felix Rosencrantz.
* Sync OpenBSD patchset 995:Tiago Cunha2012-01-03
| | | | | | | 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.
* Sync OpenBSD patchset 993:Tiago Cunha2011-12-30
| | | | | | | 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
* $Id$ not $OpenBSD$.Tiago Cunha2011-12-30
|
* Sync OpenBSD patchset 989:Tiago Cunha2011-12-25
| | | | | formatting errors, found using freebsd's "igor";
* Change the way the working directory for new processes is discovered. IfNicholas Marriott2011-12-09
| | | | | | | | | | | | | | | | | 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.
* Sync OpenBSD patchset 986:Tiago Cunha2011-12-06
| | | | | | | | 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.
* Sync OpenBSD patchset 981:Tiago Cunha2011-11-25
| | | | | | Move word-separators to be a session rather than window option, from Ben Boeckel.
* Sync OpenBSD patchset 977:Tiago Cunha2011-11-10
| | | | | Missing bits for new keys and buffer indexes, from Tiago Cunha
* Sync OpenBSD patchset 976:Tiago Cunha2011-11-10
| | | | | | Option to change status line (message) background when using vi keys and in command mode. From Ben Boeckel.
* Sync OpenBSD patchset 975:Tiago Cunha2011-10-31
| | | | | minor formatting fix;
* Sync OpenBSD patchset 972:Tiago Cunha2011-10-31
| | | | | | | 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.
* Sync OpenBSD patchset 965:Tiago Cunha2011-10-23
| | | | | Add client formats, from Ben Boeckel.
* Sync OpenBSD patchset 962:Tiago Cunha2011-10-02
| | | | | Add a few more formats for panes (tty, pid, start cmd/cwd).
* Sync OpenBSD patchset 961:Tiago Cunha2011-10-02
| | | | | Add -S option to refresh-client to redraw status line, from Marco Beck.
* Sync OpenBSD patchset 959:Tiago Cunha2011-10-02
| | | | | Tweaks to the format parts, from Tiago Cunha.
* Sync OpenBSD patchset 954:Tiago Cunha2011-09-21
| | | | | tweak previous;
* Sync OpenBSD patchset 953:Tiago Cunha2011-09-21
| | | | | | | | | | 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.
* Sync OpenBSD patchset 951:Tiago Cunha2011-08-25
| | | | | | Support \ for line continuation in the configuration file, from Julius Plenz.
* Sync OpenBSD patchset 950:Tiago Cunha2011-08-25
| | | | | Add pane-base-index option, from Ben Barbour.
* Sync OpenBSD patchset 946:Tiago Cunha2011-08-21
| | | | | | Add a -r flag to switch-client to toggle the client read-only flag. From Johan Commelin.
* Sync OpenBSD patchset 942:Tiago Cunha2011-08-04
| | | | | fix error in previous;
* Sync OpenBSD patchset 941:Tiago Cunha2011-08-04
| | | | | | | | | 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.
* $Id$ not $OpenBSD$.Tiago Cunha2011-08-04
|