Emacs easy window switching

Posted: January 10th, 2010 | Author: | Filed under: emacs, geek | Tags: , , | No Comments »

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