diff --git a/dots/lf/lfrc b/dots/lf/lfrc index 329bf4d..97f0bd3 100644 --- a/dots/lf/lfrc +++ b/dots/lf/lfrc @@ -46,6 +46,9 @@ map e edit map o &xdg-open $f # dedicated keys for file opener actions map x $$f # execute current file (must be executable) map X !$f +map yd ${{ # copy (yank) fullpath + echo -n $fx | xclip -selection clipboard +}} # -------------------- # cmd