Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: create multiple files at once #37

Open
lucastrvsn opened this issue Jun 2, 2022 · 1 comment
Open

Feature Request: create multiple files at once #37

lucastrvsn opened this issue Jun 2, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@lucastrvsn
Copy link

First of all, thank you so much for this plugin. It's the best plugin for file navigation I've ever use (I was using dirvish for years and now your plugin is just so much better, omg I love it)

One thing I miss from Dirvish is creating multiple files at once, I think would be cool to have this feature as well.

Example 1:

index.js
ResponsiveImage.{js,test.js}

When :w this, would create the following files:

#00000001	index.js
#00000002	ResponsiveImage.js
#00000003	ResponsiveImage.test.js

Example 2:

ResponsiveImage/index.js
ResponsiveImage/ResponsiveImage.{js,test.js}

:w

#00000001	ResponsiveImage/index.js
#00000002	ResponsiveImage/ResponsiveImage.js
#00000003	ResponsiveImage/ResponsiveImage.test.js

This feature can allow us to not spend to much time typing the name of the files when we need to, for instance, create multiple files with the same name but with different extensions.

original post #26 (comment)

@elihunter173 elihunter173 added the enhancement New feature or request label Jun 3, 2022
@elihunter173 elihunter173 reopened this Jun 23, 2022
@elihunter173
Copy link
Owner

elihunter173 commented Jun 23, 2022

Crap, I made a typo in the issue number for d610602's message. It actually fixes #36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants