From 236118759897e6529cc3282caed29b289fab3c7e Mon Sep 17 00:00:00 2001 From: Gioele De Vitti Date: Wed, 16 Nov 2022 17:15:57 +0100 Subject: [PATCH] Avoid expansion of file path containing spaces (#1230) --- .config/lf/lfrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/lf/lfrc b/.config/lf/lfrc index 0d53456..1f4dfa1 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -115,8 +115,8 @@ map set hidden! map shell map x $$f map X !$f -map o &mimeopen $f -map O $mimeopen --ask $f +map o &mimeopen "$f" +map O $mimeopen --ask "$f" map A rename # at the very end map c push A # new rename