I just found out about a another cool emacs plugin: WindMove
This packages allows you to switch windows withouth using C-x o.
WindMove is included with emacs, just include the following code in your .emacs:
(when (fboundp 'windmove-default-keybindings)
(windmove-default-keybindings))
More info @ http://www.emacswiki.org/emacs/WindMove
Post a Comment