mirror of
https://github.com/tmux/tmux.git
synced 2024-12-12 17:38:48 +00:00
Repeat for last-window is useless and annoying, take it off.
This commit is contained in:
parent
d4296cb558
commit
3ad1fec9a9
8
CHANGES
8
CHANGES
@ -2,9 +2,9 @@
|
||||
|
||||
* 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, last-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.
|
||||
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.
|
||||
@ -923,7 +923,7 @@
|
||||
(including mutt, emacs). No status bar yet and no key remapping or other
|
||||
customisation.
|
||||
|
||||
$Id: CHANGES,v 1.208 2009-01-14 22:36:07 nicm Exp $
|
||||
$Id: CHANGES,v 1.209 2009-01-14 22:40:17 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $Id: cmd-last-window.c,v 1.14 2009-01-14 22:36:07 nicm Exp $ */
|
||||
/* $Id: cmd-last-window.c,v 1.15 2009-01-14 22:40:17 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -29,7 +29,7 @@ void cmd_last_window_exec(struct cmd *, struct cmd_ctx *);
|
||||
const struct cmd_entry cmd_last_window_entry = {
|
||||
"last-window", "last",
|
||||
CMD_TARGET_SESSION_USAGE,
|
||||
CMD_CANREPEAT,
|
||||
0,
|
||||
cmd_target_init,
|
||||
cmd_target_parse,
|
||||
cmd_last_window_exec,
|
||||
|
Loading…
Reference in New Issue
Block a user