[lf] Add select-all command (idiomatic acc. to GitHub)

This commit is contained in:
Sebastian Schulze 2022-01-31 21:40:12 +01:00
parent b7faee9bd6
commit 83bce0481c
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ set mouse true
map f $vi $(fzf)
set previewer ~/bin/preview
set cleaner /home/bascht/Downloads/lfimg/cleaner
cmd select-all :unselect; invert
cmd fasd_dir ${{
res="$(fasd -dl | grep -iv cache | fzf 2>/dev/tty | sed 's/\\/\\\\/g;s/"/\\"/g')"