just switched from single to dual monitors
have managed to utilise both screens with emacs by using C-x 5 f to open a file in a buffer in a new frame, i can drag that frame on to the 2nd monitor and enjoy my extra real-estate
Prob I now have is how to efficiently switch between buffers in different frames
I'm used to using C-x o to switch between buffers in a split frame on a single monitor but this doesn't work for multiple frames
Having to use the more cumbersome C-x 5 b <buf-name> which is painful in comparison
Anyone have any top-tips on how to make buffer switching more efficient across dual monitors?
Ideally I would like to cycle across all buffers using a single simple keyboard shortcut regardless of frames
C-x oto cycle across all visible buffers across all visible frames? if so, i think you probably just want to bind that keybinding to(other-window 0 'visible). - jtahlborn