Does someone has a handy way to switch (and cycle like next-buffer would do) to buffer of the same mode ?
I can craft some elisp but I would imagine it's probably already done by someone or built in to emacs?
looking quickly at switch-to-buffer function, should I just make my own function with a custom switch-to-*-buffer-skip which would check which mode I am on currently ?