From 9fad9dc4a1b31162f1b21502a3bb48991fbfc57b Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Mon, 5 Jul 2021 09:29:17 +0200 Subject: [PATCH] Add nvim to rifle (preferred to vim) --- rifle.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/rifle.conf b/rifle.conf index 0e55e37..dbb98d5 100644 --- a/rifle.conf +++ b/rifle.conf @@ -226,4 +226,5 @@ mime application/x-executable = "$1" # For the custom "view" ranger command label view, ext md|tex = zread "$@" +label view, has nvim, mime ^text = nvim -- "$@" label view, mime ^text = vim -RM -- "$@"