From e8dc85527e5525952eb68aab8547b4c263525a15 Mon Sep 17 00:00:00 2001 From: Gokcehan Date: Sat, 27 Aug 2016 00:28:17 +0300 Subject: [PATCH] use skipping command for open with using mimeopen in lfrc.example Mentioned in #8. --- etc/lfrc.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/lfrc.example b/etc/lfrc.example index 3f2fd10..d870be9 100644 --- a/etc/lfrc.example +++ b/etc/lfrc.example @@ -24,7 +24,7 @@ map X !"$f" # dedicated keys for file opener actions map o &mimeopen "$f" -map m !mimeopen --ask "$f" +map m $mimeopen --ask "$f" # `open-file` is called by `open` when current file is not a directory # you may want to use either file extensions or mime types with `file`