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

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

Re: How to change between buffers?


From: Albert Reiner
Subject: Re: How to change between buffers?
Date: 14 Nov 2005 18:08:25 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

[Paminu <jadajada@asd.com>, Mon, 14 Nov 2005 17:53:45 +0100]:
> I have split my emacs in two buffers. Are there some kind of keyboard
> shortcut that shifts between a buffer that has been split in two?

Is C-x o what you need?

,----[ C-h k C-x o ]
| C-x o runs the command other-window
| (other-window ARG &optional ALL-FRAMES)
|    which is an interactive built-in function.
| 
| Select the ARG'th different window on this frame.
| All windows on current frame are arranged in a cyclic order.
| This command selects the window ARG steps away in that order.
| A negative ARG moves in the opposite order.  If the optional second
| argument ALL_FRAMES is non-nil, cycle through all frames.
`----

Regards,

Albert.


reply via email to

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