emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Feature request: other-previous-window


From: Kyle C . Andrews
Subject: Re: Feature request: other-previous-window
Date: Tue, 20 Nov 2012 22:55:32 -0500
User-agent: mu4e 0.9.9; emacs 24.2.1

Miguel Guedes writes:

> On 20/11/12 15:26, Davis Herring wrote:
>>> This is a request proposal for a very simple feature: the twin brother
>>> of other-window.
>>
>> What about C-- C-x o?  (Or C-u - C-x o, etc.)
>>
>
> It just seemed to me overly complicated for such a simple task.
>
> Why should the inverse of C-x o require twice as effort, when the effort 
> required should (IMHO) be exactly the same only having the inverse result?

Phil Hagelberg's excellent Emacs Starter Kit has this key binding for
the reverse operation of C-x o.

(global-set-key (kbd "C-x O") (lambda () (interactive) (other-window -1)))

-- 
Kyle C. Andrews
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]