diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2024-07-15 13:04:42 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2024-07-15 13:04:42 -0400 |
| commit | e1bfc20f968baa9478320b3835f8de360d9c870f (patch) | |
| tree | 8068832dc38af6530eba0ff954f67d608c6f02ca /.config/lf/lfrc | |
| parent | 6556ef5c4d78b55d80b5e59f187d7a39f973afa0 (diff) | |
| parent | 7a9bfe6f699805980e79d0bf7674a5866be2b083 (diff) | |
| download | eibhear-e1bfc20f968baa9478320b3835f8de360d9c870f.tar.gz eibhear-e1bfc20f968baa9478320b3835f8de360d9c870f.tar.zst eibhear-e1bfc20f968baa9478320b3835f8de360d9c870f.zip | |
Merge branch 'tiny-fixes' of https://github.com/thetubster99/cookedrice into thetubster99-tiny-fixes
Diffstat (limited to '.config/lf/lfrc')
| -rw-r--r-- | .config/lf/lfrc | 2 |
1 files changed, 1 insertions, 1 deletions
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 <gt> $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 <c-l> unselect |
