In Terminal Emacs (no mouse), I\'m using split windows to work with multiple buffers at the same time. I\'m finding moving between the split windows much more painful than h
Add this to your init file (e.g. ~/.emacs):
~/.emacs
(windmove-default-keybindings)
Then do SHIFT+arrow to move to the window in that direction.