aboutsummaryrefslogtreecommitdiff
path: root/cmd-resize-pane-up.c
Commit message (Collapse)AuthorAge
* Merge resize-pane-{up,down} into resize-pane.Nicholas Marriott2009-04-30
|
* Don't permit resizing except in manual mode.Nicholas Marriott2009-04-02
|
* Key repeating is now a property of the key binding not of the command. RepeatNicholas Marriott2009-03-28
| | | | | | is turned on when the key is bound with the -r flag to bind-key. next/previous- window no longer repeat by default as it turned out to annoy me.
* Pass return code from _exec; allow command sequences to work from the ↵Nicholas Marriott2009-01-19
| | | | command line.
* Rename some flags I'm not happy about.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
|
* Multiple window splitting.Nicholas Marriott2009-01-14
|
* Commands to resize panes; also a pane generic cmd, not used yet.Nicholas Marriott2009-01-12