mirror of
https://github.com/harivansh-afk/oil.nvim.git
synced 2026-04-15 12:03:52 +00:00
If you rename a file to have a `/` at the end, oil will detect the change as a delete + new directory. Similarly, if you delete the trailing `/` from a directory, it will delete the dir and create a new file. This should help with the case where you want to create a new file but forgot to add the trailing `/` and now you have a file instead. |
||
|---|---|---|
| .. | ||
| adapters | ||
| mutator | ||
| actions.lua | ||
| cache.lua | ||
| columns.lua | ||
| config.lua | ||
| constants.lua | ||
| fs.lua | ||
| init.lua | ||
| keymap_util.lua | ||
| layout.lua | ||
| loading.lua | ||
| pathutil.lua | ||
| shell.lua | ||
| util.lua | ||
| view.lua | ||