kyoheiu / felix

tui file manager with vim-like key mapping
https://kyoheiu.dev/felix/
MIT License
718 stars 26 forks source link

Cannot delete a file symlinked to a directory on Windows #268

Open RioNight opened 9 months ago

RioNight commented 9 months ago

This is probably related to #267. The directory structure is similar.

When deleting a file that is a symlink, with Vd, this error appears: image

Deleting a file that is symlinked is fine however. However, undoing it with u makes that file a normal file, not a symlink to the original file.

kyoheiu commented 8 months ago

This should be fixed via https://github.com/kyoheiu/felix/commit/04b84264a89b5772abc165142f534d072ddf839d .