From 841a3d8522b3e1fff5406d8589b3d30ba6a0ac92 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Mon, 5 Jul 2021 09:28:58 +0200 Subject: [PATCH] Remove remote vim stuff from rifle --- rifle.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rifle.conf b/rifle.conf index 5c73187..0e55e37 100644 --- a/rifle.conf +++ b/rifle.conf @@ -224,10 +224,6 @@ label pager, !mime ^text, !ext xml|json|csv|tex|py|pl|rb|js|sh|php = "$PAGER" # The very last action, so that it's never triggered accidentally, is to execute a program: mime application/x-executable = "$1" -# Remote vim -label rvim, mime ^text, = vim --servername "${RVIM:-VIM}" --remote "$@" -label rvim, ext xml|json|csv|tex|py|pl|rb|js|sh|php = vim --servername "${RVIM:-VIM}" --remote-send ':tab split' --remote "$@" - # For the custom "view" ranger command label view, ext md|tex = zread "$@" label view, mime ^text = vim -RM -- "$@"