Add config for lf and swappy

This commit is contained in:
2021-12-11 18:47:50 +03:00
parent d3c0b29c73
commit 880273224d
3 changed files with 26 additions and 0 deletions

21
config/lf/lfrc Normal file
View File

@@ -0,0 +1,21 @@
### Settings
set info size
set dircounts # Show number of items inside of directory instead of its size
set icons
set incsearch
set number
set relativenumber
set wrapscroll
### Commands
cmd mkdir ${{
mkdir -p "$1"
}}
### Mappings
map <enter> toggle
map <space> toggle
map <delete> delete
map <backspace2> delete
map d delete