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

:Files new file #53

Closed
Yamakaky opened this issue Dec 10, 2015 · 3 comments
Closed

:Files new file #53

Yamakaky opened this issue Dec 10, 2015 · 3 comments
Labels

Comments

@Yamakaky
Copy link

Is it possible, while using :Files, to create a new file ?

@vasspilka
Copy link

Why not use :e instead?

@junegunn
Copy link
Owner

Sorry for the late reply, I lost track of the issue for some reason. We can make commands perform extra action using --expect option of fzf, but I don't see how we can integrate file creation into :Files command in a straightforward way.

@haberdashPI
Copy link

I understand why this might be hard to implement, and not really part of the design, however, there are plenty of fuzzy file finding interfaces that do accomplish this. See CtrlP for vim or Ivy for emacs.

The basic way this works is that you use the fuzzy behavior to select a specific directory quickly, and then specify a new file name.

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

No branches or pull requests

4 participants