From bfa4966bc1719dd420ffbf74a844c52d3c1208f5 Mon Sep 17 00:00:00 2001 From: Emmet Date: Fri, 11 Oct 2024 20:09:06 -0500 Subject: [PATCH] Open text files with neovide --- user/app/ranger/rifle.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/user/app/ranger/rifle.conf b/user/app/ranger/rifle.conf index d9bbdb4..f149862 100644 --- a/user/app/ranger/rifle.conf +++ b/user/app/ranger/rifle.conf @@ -65,6 +65,7 @@ ext x?html?, has w3m, terminal = w3m "$@" # Misc #------------------------------------------- # Define the "editor" for text files as first action +mime ^text, has neovide, X, flag f = neovide "$@" ext org, has emacsclient, X, flag f = emacsclient -c "$@" mime ^text, has emacsclient, X, flag f = emacsclient -c "$@"