Files
.dotfiles/.config/lf/lfrc
Quinn a50ead749a move xdg directories to the default location.
a lot of applications seem to hardcode this location, so it's better to
have something default, or default-adjasoned.
2025-11-19 10:39:51 +01:00

14 lines
214 B
Plaintext

# enable hidden files by default
set hidden!
# set the displayed info
# TODO: also show file permissions/owner, if room or whatever
set info size
set icons
map <esc> quit
map <enter> open
map d delete
map x cut