file-cycle
Cycle through files with the same name but different extension
germtb 410 0 0.1.2 MIT GitHub

file-cycle

This package allows you to cycle through files with the same name but different extension. This is useful for example when you have

  • foo.js
  • foo.css
  • foo.html
  • foo.test.js
  • foo.specs.js
  • foo.stories.js

Default keymap

  • alt-p will go to the next file alphabet wise
  • alt-shift-p will go to the next file anti-alphabet wise