I want to speed up when switching between different windows - sometimes C-x-o
is just too slow when I have multiple windows. Say, I have 4 windows now, and I want to switch to the upper one by C-x-up arrow
, to the left by C-x-left arrow,
to the bottom by C-x-down arrow
, to the right by C-x-right arrow
. How should I code in .emacs?
Thanks very much!