Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Document repeat-time. | Tiago Cunha | 2009-01-16 | |
| | ||||
* | Document choose-*. | Nicholas Marriott | 2009-01-16 | |
| | ||||
* | Update. | Nicholas Marriott | 2009-01-16 | |
| | ||||
* | Tweak a little bit. | Nicholas Marriott | 2009-01-16 | |
| | ||||
* | Add tabs. | Nicholas Marriott | 2009-01-16 | |
| | ||||
* | Example configuration with some screen bindings. | Nicholas Marriott | 2009-01-16 | |
| | ||||
* | Document command-prompt template string, and panes commands. From nicm and me. | Tiago Cunha | 2009-01-16 | |
| | ||||
* | Don't die on kill-window. | Nicholas Marriott | 2009-01-16 | |
| | ||||
* | Some comments. | Nicholas Marriott | 2009-01-16 | |
| | ||||
* | Support #S #H in status-left/right. | Nicholas Marriott | 2009-01-15 | |
| | ||||
* | Reorder a bit. | Nicholas Marriott | 2009-01-15 | |
| | ||||
* | Document default-path, and update set/setw with the -u flag. From nicm and me. | Tiago Cunha | 2009-01-15 | |
| | ||||
* | Recalculate sizes and don't redraw if unnecessary. | Nicholas Marriott | 2009-01-15 | |
| | ||||
* | Show number of panes. | Nicholas Marriott | 2009-01-15 | |
| | ||||
* | Be a bit more helpful. | Nicholas Marriott | 2009-01-15 | |
| | ||||
* | Whoops. Shut up gcc. | Nicholas Marriott | 2009-01-15 | |
| | ||||
* | Two new commands, choose-window and choose-session which work only when ↵ | Nicholas Marriott | 2009-01-15 | |
| | | | | bound to a key and allow the window or session to be selected from a list. | |||
* | Style/add printflike. | Nicholas Marriott | 2009-01-15 | |
| | ||||
* | Increment retries. | Nicholas Marriott | 2009-01-15 | |
| | ||||
* | Retry properly when failed to connect. | Nicholas Marriott | 2009-01-15 | |
| | ||||
* | Update. | Nicholas Marriott | 2009-01-14 | |
| | ||||
* | Whoops, make this work properly. | Nicholas Marriott | 2009-01-14 | |
| | ||||
* | Darwin needs vis.c as well. | Nicholas Marriott | 2009-01-14 | |
| | ||||
* | Spell check. | Nicholas Marriott | 2009-01-14 | |
| | ||||
* | Update NOTES. | Nicholas Marriott | 2009-01-14 | |
| | ||||
* | Update NOTES. | Nicholas Marriott | 2009-01-14 | |
| | ||||
* | Prettify the key strings a little. | Nicholas Marriott | 2009-01-14 | |
| | ||||
* | Repeat for last-window is useless and annoying, take it off. | Nicholas Marriott | 2009-01-14 | |
| | ||||
* | Make last-window repeatable too; update my configuration backup, er, example. | Nicholas Marriott | 2009-01-14 | |
| | ||||
* | Split windows are done. | Nicholas Marriott | 2009-01-14 | |
| | ||||
* | Unbreak prefix as binding. | Nicholas Marriott | 2009-01-14 | |
| | ||||
* | Rename some flags I'm not happy about. | Nicholas Marriott | 2009-01-14 | |
| | ||||
* | Whoops, stray line. | Nicholas Marriott | 2009-01-14 | |
| | ||||
* | Rework the prefix-time stuff. The option is now call repeat-time and ↵ | Nicholas Marriott | 2009-01-14 | |
| | | | | defaults to 500 ms. However, it only applies to a small subset of commands, currently: up-pane, down-pane, next-window, previous-window, resize-pane-up, resize-pane-down. These are the commands for which it is obviously useful, having it for everything else was just bloody annoying. | |||
* | Alt-up/down to resize by five lines. | Nicholas Marriott | 2009-01-14 | |
| | ||||
* | Update. | Nicholas Marriott | 2009-01-14 | |
| | ||||
* | switch-pane is now select-pane. | Nicholas Marriott | 2009-01-14 | |
| | ||||
* | up-pane and down-pane commands. | Nicholas Marriott | 2009-01-14 | |
| | ||||
* | Multiple window splitting. | Nicholas Marriott | 2009-01-14 | |
| | ||||
* | Using the rigth option name would help... | Nicholas Marriott | 2009-01-14 | |
| | ||||
* | Document -g. | Nicholas Marriott | 2009-01-14 | |
| | ||||
* | Disable lock-after-time by default. | Nicholas Marriott | 2009-01-14 | |
| | ||||
* | Turn off prefix-time for the moment, it is too annoying. | Nicholas Marriott | 2009-01-13 | |
| | ||||
* | kill-pane command. | Nicholas Marriott | 2009-01-13 | |
| | ||||
* | command-prompt now accepts a single argument, a template string. Any ↵ | Nicholas Marriott | 2009-01-13 | |
| | | | | | | | | | | | occurrences of %% in this string are replaced by whatever is entered at the prompt and the result is executed as a command. This allows things like (now bound by default): bind , command-prompt "rename-window %%" Or my favourite: bind x command-prompt "split-window 'man %%'" | |||
* | Reset command timer after this or it gets annoying. | Nicholas Marriott | 2009-01-13 | |
| | ||||
* | prefix-time option to allow multiple commands without additional prefixes. | Nicholas Marriott | 2009-01-12 | |
| | ||||
* | Make shift arrow keys work. | Nicholas Marriott | 2009-01-12 | |
| | ||||
* | More hacks for key handling. | Nicholas Marriott | 2009-01-12 | |
| | ||||
* | Update commands and options. While there, rename the keyword groups | Tiago Cunha | 2009-01-12 | |
| | | | | | tmuxCmdsSet and tmuxCmdsSetw to tmuxOptsSet and tmuxOptsSetw. |