oil.nvim
oil.nvim copied to clipboard
feature request: mv file into folder by renaming it.
Did you check existing requests?
- [x] I have searched the existing issues
Describe the feature
Rename a file with a name contains / to mv it to another folder.
Provide background
assume there is a dir a and a file b.txt in cwd, so the oil shows
a/
b.txt
Now I want to mv b.txt into a, so I try to modify it:
a/
a/b.txt
and hopefully it can work, but it don't.
I wonder if we can make this work because it's the same logic as create a new file in a folder.
What is the significance of this feature?
nice to have
Additional details
No response