vote up 1 vote down star
1

I can switch between windows with "C-x o", but if I have opened multiple frames, can I move between them without the mouse as well? I just realized that the question probably sounds braindead without this detail: I'm on OS X (finnish keyboard) and switching between windows of the same app is difficult.

flag

34% accept rate

4 Answers

vote up 4 vote down check

If you want an Emacs-centric method, try C-x 5 o.

link|flag
vote up 3 vote down

From manual the answer is "C-x 5 o" (but read the fine print at the and - about variable focus-follows-mouse)

link|flag
vote up 1 vote down

I use M-x next-multiframe-window (bound to a key of course). Better IMHO than M-x other-frame (C-x 5 o).

next-multiframe-window steps thorough the windows of each frame. other-frame toggles just steps through the frames (like ALT-TAB)

link|flag
vote up 0 vote down

I believe you can switch between frames the same way you switch between applications.

On Windows I use Alt-TAB, on Unix I have my machine setup to use Ctrl-Alt-TAB

link|flag
Yes, I'm on OS X and there switching between windows of the same app is a PITA. – auramo Sep 18 '08 at 15:45
On OS X you can also use Command-` / Command-~ to cycle windows of the same app (it may be different on non-US keyboard layouts if you can't type that key easily, try holding down Command and pressing the key above tab.) I actually use that more commonly than C-x 5 o with Emacs. – Nicholas Riley Sep 18 '08 at 16:48

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.