stevearc / oil.nvim

Neovim file explorer: edit your filesystem like a buffer
MIT License
3.4k stars 92 forks source link

feature request: moving files between directories through renaming #350

Closed jokesper closed 2 months ago

jokesper commented 2 months ago

Did you check existing requests?

Describe the feature

I would like better support for filenames containing slashes (relative paths):

Provide background

Cutting and Pasting files feels wierd, since I often want to remain in the original directory.

What is the significance of this feature?

nice to have

Additional details

.. is commonly used to refer to either:

  1. strip last path component
  2. the .. symlink (useful when following relative links inside symlinked directories) I don't think the second option is relevant for oil.nvim
stevearc commented 2 months ago

Duplicate of #117