Possible Duplicate:
How can I more easily switch between buffers in Emacs?
While working with emacs I tend to keep many open windows. Unfortunately using M-x other-window
is quite annoying. So far I have set up keyboard shortcut in my .emacs file: (global-set-key (quote [backtab]) (quote other-window))
. That makes things a bit easier but I am looking for equivalents of commands next-buffer
and previus-buffer
that can be applied to windows.