From 3f6a93f61ac6a989d513d4708f8be2798aaf872b Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Wed, 22 Jan 2020 14:45:40 +0100 Subject: [PATCH] Remove new-tab for remote vim in rifle --- rifle.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rifle.conf b/rifle.conf index a6d6b74..bd285ef 100644 --- a/rifle.conf +++ b/rifle.conf @@ -222,7 +222,7 @@ label pager, !mime ^text, !ext xml|json|csv|tex|py|pl|rb|js|sh|php = "$PAGER" mime application/x-executable = "$1" # Remote vim -label rvim, mime ^text, = vim --servername "${RVIM:-VIM}" --remote-send ':tab split' --remote "$@" +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