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 -- "$@"