aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Retry properly when failed to connect.Nicholas Marriott2009-01-15
|
* Update.Nicholas Marriott2009-01-14
|
* Whoops, make this work properly.Nicholas Marriott2009-01-14
|
* Darwin needs vis.c as well.Nicholas Marriott2009-01-14
|
* Spell check.Nicholas Marriott2009-01-14
|
* Update NOTES.Nicholas Marriott2009-01-14
|
* Update NOTES.Nicholas Marriott2009-01-14
|
* Prettify the key strings a little.Nicholas Marriott2009-01-14
|
* Repeat for last-window is useless and annoying, take it off.Nicholas Marriott2009-01-14
|
* Make last-window repeatable too; update my configuration backup, er, example.Nicholas Marriott2009-01-14
|
* Split windows are done.Nicholas Marriott2009-01-14
|
* Unbreak prefix as binding.Nicholas Marriott2009-01-14
|
* Rename some flags I'm not happy about.Nicholas Marriott2009-01-14
|
* Whoops, stray line.Nicholas Marriott2009-01-14
|
* Rework the prefix-time stuff. The option is now call repeat-time and ↵Nicholas Marriott2009-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 Marriott2009-01-14
|
* Update.Nicholas Marriott2009-01-14
|
* switch-pane is now select-pane.Nicholas Marriott2009-01-14
|
* up-pane and down-pane commands.Nicholas Marriott2009-01-14
|
* Multiple window splitting.Nicholas Marriott2009-01-14
|
* Using the rigth option name would help...Nicholas Marriott2009-01-14
|
* Document -g.Nicholas Marriott2009-01-14
|
* Disable lock-after-time by default.Nicholas Marriott2009-01-14
|
* Turn off prefix-time for the moment, it is too annoying.Nicholas Marriott2009-01-13
|
* kill-pane command.Nicholas Marriott2009-01-13
|
* command-prompt now accepts a single argument, a template string. Any ↵Nicholas Marriott2009-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 Marriott2009-01-13
|
* prefix-time option to allow multiple commands without additional prefixes.Nicholas Marriott2009-01-12
|
* Make shift arrow keys work.Nicholas Marriott2009-01-12
|
* More hacks for key handling.Nicholas Marriott2009-01-12
|
* Update commands and options. While there, rename the keyword groupsTiago Cunha2009-01-12
| | | | | tmuxCmdsSet and tmuxCmdsSetw to tmuxOptsSet and tmuxOptsSetw.
* Handle ctrl/shift modifiers better.Nicholas Marriott2009-01-12
|
* Update by documenting the following commands/options:Tiago Cunha2009-01-12
| | | | | | | | | | | - clock-mode, - lock-server, - server-info, - lock-after-time, - set-password, - clock-mode-colour, and - clock-mode-style.
* Tidy escape modifier (don't know how this worked before...).Nicholas Marriott2009-01-12
|
* Tidy up control key parsing; add shift.Nicholas Marriott2009-01-12
|
* Skip over now-invalid fds properly when a window is closed.Nicholas Marriott2009-01-12
|
* Commands to resize panes; also a pane generic cmd, not used yet.Nicholas Marriott2009-01-12
|
* Make the window pane code handle panes of different sizes, and add a -l and ↵Nicholas Marriott2009-01-12
| | | | -p arguments to split-window to specify the new window size in lines or as a percentage.
* Use -O0 to prevent copy issues.Nicholas Marriott2009-01-12
|
* Codes no longer needed.Nicholas Marriott2009-01-11
|
* Window splitting. Two vertical panes fixed 50% each. This is a huge diff, ↵Nicholas Marriott2009-01-11
| | | | still a couple of bugs (notably heap corruption somewhere causing segfault on exit).
* save-buffer command, from Tiago Cunha.Nicholas Marriott2009-01-11
|
* Doh. Return the offset not the total.Nicholas Marriott2009-01-11
|
* Correct comment.Nicholas Marriott2009-01-11
|
* Updates.Nicholas Marriott2009-01-11
|
* Add a couple of bits.Nicholas Marriott2009-01-11
|
* Update slightly.Nicholas Marriott2009-01-11
|
* Server locking. set-password and lock-server commands, plus automatic locking.Nicholas Marriott2009-01-11
|
* Restore emulation of ich with insert mode.Nicholas Marriott2009-01-10
|
* Whoops, didn't mean to commit that bit.Nicholas Marriott2009-01-10
|