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

Using 'c' prompts to create new directory #15

Open
andy5995 opened this issue Aug 24, 2022 · 1 comment
Open

Using 'c' prompts to create new directory #15

andy5995 opened this issue Aug 24, 2022 · 1 comment

Comments

@andy5995
Copy link
Contributor

When I have a file selected and press 'c' to copy, I type in the name of a new file, hit enter, then vfu gives me a prompt that the dir doesn't exist (create y/n?)

I just want to copy it to the current dir.

@LarryDC
Copy link

LarryDC commented Oct 7, 2022

As it is now, Vfu doesn't allow name changes on copying.
What I do is:
/ cp "present-filename" "new-filename"
I know it's a bother to have to type the "present-name" in. Or you could just go to the shell with "!" and then you could use file completion to get most of the "present-filename" filled in.

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

No branches or pull requests

2 participants