What would be the easiest way of shuffling between a few source files, usually of the same type, say .py or .js. C-x C-b and selecting gets a little tedious once your open buffers list grows. I would like the following options if possible
- toggle between two files only, same window, just going back and forth
- all open buffers filtered by the same file extension as current one
- all open buffers filtered by files from the same projectile project
I don't mind using a little bit of elisp code in my configuration with my own shortcuts.
Any pointers will be appreciated. I currently use magit, projectile, helm, neotree, ivy at a high level to manage multiple git repos
Edit: Till i get really comfortable with shortcuts i will be ok to use my mouse a little bit. So an option which is more mouse friendly or even mouse dependent is also an ok option for now.