I often have various files open and cycle through them using C-x <left>
and C-x <right>
. However, this means I also need to cycle through various "informative" buffers that I really don't care about. For example, at work I connect to a remote machine (call it foo
) via tramp and edit files there. This opens various buffers such as *debug tramp/sshx foo*
*tramp/sshx foo*
. Then, we have *Messages*
, *Completions*
, *scratch*
etc, etc.
So, how can I define a list of buffers that are never shown when cycling through the open buffers with C-x <left>
and C-x <right>
? Ideally, these would still be shown in the buffer drop-down menu in the GUI and in Ibuffer so I can switch to them if I ever want to, but they will be hidden when cycling through open buffers.