vote up 5 vote down star
1

Suppose I have a source file open and I launch a shell. I can hit C-x o to switch between the two buffers. But how can I get it so that when I move the mouse the buffer under the mouse gets focus, just like the "focus follows mouse" option common in window managers?

flag
You can also use shift+arrows to jump between buffers, which is easier to type than C-x o – dbr May 22 at 15:23
Hm, over here when I do that it starts selecting a region. – numerodix May 22 at 15:25

2 Answers

vote up 7 vote down check

Set:

(setq mouse-autoselect-window t)
link|flag
requires emacs >= 22.1 – danielpoe May 25 at 9:07
vote up 0 vote down

Answering the shift+arrow comment, do in your .emacs:

(windmove-default-keybindings)
link|flag

Your Answer

Get an OpenID
or

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