helix-editor / helix

A post-modern modal text editor.
https://helix-editor.com
Mozilla Public License 2.0
31.15k stars 2.3k forks source link

Separate `:rename` command that moves within the current directory #11052

Closed dob9601 closed 4 days ago

dob9601 commented 4 days ago

I work on projects that unfortunately have some deeply nested folder structures. It would be helpful if there was a command along the lines of :rename which moves the file within the current directory as opposed to having to specify the full path every single time.

I would be happy to create a pull request myself but thought I'd throw up an issue first to see if its something the project would be interested in accepting