diff --git a/dots/lf/lfrc b/dots/lf/lfrc index fc97872..fafa51f 100644 --- a/dots/lf/lfrc +++ b/dots/lf/lfrc @@ -43,8 +43,8 @@ map ` !true # show the result of executi map a :push %mkdir # mkdir command. See wiki if you want it to select created dir map b dragon map e edit -map o &mimeopen $f # dedicated keys for file opener actions -map O $mimeopen --ask $f +map o &xdg-open $f # dedicated keys for file opener actions +#map O $xdg-open --ask $f map x $$f # execute current file (must be executable) map X !$f