-
-
Notifications
You must be signed in to change notification settings - Fork 610
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
nvim-tree
does not allow renaming the file even with changed letter capitalization
#2813
Comments
See |
This comment has been minimized.
This comment has been minimized.
…2814) * fix(#2813): enable file renaming in `nvim-tree` with changed capitalization * fix(#2813): check if is macos --------- Co-authored-by: Alexander Courtis <[email protected]>
I'm closing this, because the PR that fixed this was merged #2814 |
Thank you! |
This comment has been minimized.
This comment has been minimized.
Still doesn't work for windows11 |
The fix is macos specific; nvim-tree team have no access to nor expertise with windows. Please do create the PR, see CONTRIBUTING.md I think that specific fixes for powershell and WSL will be required, see wiki: OS feature flags |
Description
I'm trying to rename a file by changing the first letter from lowercase to uppercase, but I'm getting an error that says the file cannot be renamed because it already exists.
Neovim version
Operating system and version
macOS 14.3
Windows variant
No response
nvim-tree version
2086e56
Clean room replication
Steps to reproduce
r
to rename the file.Test.js
Expected behavior
It should be possible to rename the file
test.js
toTest.js
without considering case sensitivity.Actual behavior
Screen.Recording.2024-06-28.at.17.37.02.mov
The text was updated successfully, but these errors were encountered: