How can I switch focus after buffer split in emacs?

Viewed 24596

I would like that after splitting the window (C-x 3 or C-x 2) to be able to automatically get to cursor in the new opened buffer (the other than the current). How can I achieve this behavior ?

6 Answers

C-x o will help you switch to the "other" buffer.

Related