diff options
| author | Suleyman Farajli <suleyman@farajli.net> | 2025-11-04 00:05:19 +0400 |
|---|---|---|
| committer | Suleyman Farajli <suleyman@farajli.net> | 2025-11-04 00:05:19 +0400 |
| commit | ed808253068337c8ed7211160dd55f60274f795e (patch) | |
| tree | f62535f23f50d19e084313c2e187bc1f8b7c835d | |
| parent | 87b30db073936b4830fd1e534d8c380db5fb403c (diff) | |
feat(lf): <c-y> to copy current file to clipboard
| -rw-r--r-- | config/lf/lfrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/lf/lfrc b/config/lf/lfrc index fa4e307..fcdbb03 100644 --- a/config/lf/lfrc +++ b/config/lf/lfrc @@ -12,6 +12,7 @@ map t push $touch<space> map D trash map <c-f> $lf -remote "send $id select \"$(fzf --reverse)\"" map x $$f # Execute current file (must be executable) +map <c-y> $sclip -c "$f" map zb :{{ set sortby natural; set info size; set preview; set ratios 5:2; }} map zz :{{ set preview; set ratios 1:2:3; }} |
