From 7a9bfe6f699805980e79d0bf7674a5866be2b083 Mon Sep 17 00:00:00 2001 From: thetubster99 <159262428+thetubster99@users.noreply.github.com> Date: Thu, 23 May 2024 22:23:16 +0000 Subject: Tiny fix and optimization --- .config/lf/lfrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/lf') diff --git a/.config/lf/lfrc b/.config/lf/lfrc index fb43a05..dad917d 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -172,7 +172,7 @@ map U $printf "%s" "$fx" | xclip -selection clipboard map u $printf "%s" "$fx" | sed 's/.*\///' | xclip -selection clipboard map . $printf "%s" "$fx" | sed -E 's/^.+\[/https:\/\/www.youtube.com\/watch?v=/' | sed -E 's/\]\..+//' | xclip -selection clipboard map $printf "%s" "$fx" | sed -E 's/^.+\[/https:\/\/piped.video\/watch?v=/' | sed -E 's/\]\..+//' | xclip -selection clipboard -map T $sxiv -t "$(pwd)" # opens thumbnail mode +map T $nsxiv -t "$(pwd)" # opens thumbnail mode map unselect -- cgit v1.3.1