add LF configuration

This commit is contained in:
2025-11-12 12:09:40 +01:00
parent f36f089d83
commit d89afea793
4 changed files with 524 additions and 0 deletions

13
etc/lf/lfrc Normal file
View File

@@ -0,0 +1,13 @@
# 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 pressing ESCAPE to quit
map <esc> quit
map d delete
map x cut