lf
lf copied to clipboard
Show if file is symlink
In Ranger symlinks (linux) are displayed with a '->' sign. I do miss that feature in Lf and I think it is a useful, if not important one for a filemanager.
edit: in nnn it's displayed with a '@' sign.
Try to set icons option to "on" and specify icon for ln file type.
It will look like this
with example icons config from https://raw.githubusercontent.com/gokcehan/lf/master/etc/icons.example (Nerd Font required)
Or you can add something like ln 01;38;5;37 to ~/.config/lf/colors to highlight links with a different color.