mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Rework the prefix-time stuff. The option is now call repeat-time and 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.
This commit is contained in:
7
CHANGES
7
CHANGES
@ -1,5 +1,10 @@
|
||||
14 January 2009
|
||||
|
||||
* Rework the prefix-time stuff. The option is now call repeat-time and 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.
|
||||
* The alt-up and alt-down keys now resize a pane by five lines at a time.
|
||||
* switch-pane is now select-pane and requires -p to select a pane. The
|
||||
"o" key binding is changed to down-pane.
|
||||
@ -918,7 +923,7 @@
|
||||
(including mutt, emacs). No status bar yet and no key remapping or other
|
||||
customisation.
|
||||
|
||||
$Id: CHANGES,v 1.206 2009-01-14 21:08:52 nicm Exp $
|
||||
$Id: CHANGES,v 1.207 2009-01-14 22:13:30 nicm Exp $
|
||||
|
||||
LocalWords: showw utf UTF fulvio ciriaco joshe OSC APC gettime abc DEF OA clr
|
||||
LocalWords: rivo nurges lscm Erdely eol smysession mysession ek dstname RB
|
||||
|
Reference in New Issue
Block a user