diff --git a/.config/lf/lfrc b/.config/lf/lfrc
index 2db576d0..428075ab 100644
--- a/.config/lf/lfrc
+++ b/.config/lf/lfrc
@@ -13,7 +13,7 @@ set promptfmt "\033[34;1m%u\033[36m@\033[34m%h \033[35m[\033[0;1m%d\033[35m]\033
 # This might seem awkward, but it it needed to trigger the open for the taolf nvim plugin
 cmd open ${{
     set +u
-    [ "$lf_user_multiopen" = "true" ] && { $OPENER $fx; return; }
+    [ "$lf_user_multiedit" = "true" ] && { $EDITOR $fx; return; }
     $OPENER "$f"
 }}
 
@@ -230,7 +230,7 @@ map n &echo $f | xclip -r -selection c
 map <esc> quit
 map g/ cd "/" 
 map W new_lf_term
-map e :set user_multiopen "true" ; open; set user_multiopen "false"
+map e :set user_multiedit "true" ; open; set user_multiedit "false"
 map E $sudo -e $f
 map R $lf -remote "send $id :select \"$(readlink $f)\""