help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: How to toggle to buffer previously selected ?


From: Tassilo Horn
Subject: Re: How to toggle to buffer previously selected ?
Date: Thu, 07 Feb 2008 19:57:48 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux)

"Francis Moreau" <francis.moro@gmail.com> writes:

Hi Francis,

> OK, let's say I have the following setup in my emacs:
>
> +-------+--------+
> |       |        |
> |   1   |   2    |
> |       |        |
> +-------+--------+
> |       |        |
> |   3   |   4    |
> |       |        |
> +-------+--------+
>
> Currently buffer "2" is selected.
>
> I now select buffer "3". I did some typing in that buffer now I want
> to get back quickly to buffer "2". I don't want to do "\C-x\C-o" but
> I'd like for example just to do "\C-TAB".

Ah, ok, you mean windows, not buffers.  For that task I like
window-number.el.

  http://www.emacswiki.org/cgi-bin/wiki/window-number.el

It displays the each window's number in its mode-line and you can jump
to window X using M-X (for X in 1..0).

Bye,
Tassilo




reply via email to

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