/atom-file-cycle

Cycle through files with the same name but different extensions

Primary LanguageJavaScriptMIT LicenseMIT

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