-
Notifications
You must be signed in to change notification settings - Fork 130
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
How can I move a file to another directory? #460
Comments
|
Thank you! |
What if I'm pasting between 2 nvim instances opened on tmux? I'm getting error on write:
|
Oil keeps track of each file by assigning an ID to it. The ID is local to each Neovim instance. So, you can't do file operations betweens different Neovim instances |
@TheLeoP Pressing |
From an efficiency perspective, that just seems like an odd (wrong) thing to want to do? Strikes me as...
In fact, that may have been generous as we may actually be talking about breaking a window. |
Is it possible to move a file from its current directory to a different one using oil.nvim?
I know we can move it to a subdirectory by putting
NewDir/
in front of the file name. But moving it out of the current directory will require printing the file path relative to a root folder.The text was updated successfully, but these errors were encountered: