Remove remote vim stuff from rifle

This commit is contained in:
Talia 2021-07-05 09:28:58 +02:00
parent 4a0676450d
commit 841a3d8522
1 changed files with 0 additions and 4 deletions

View File

@ -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: # The very last action, so that it's never triggered accidentally, is to execute a program:
mime application/x-executable = "$1" 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<CR>' --remote "$@"
# For the custom "view" ranger command # For the custom "view" ranger command
label view, ext md|tex = zread "$@" label view, ext md|tex = zread "$@"
label view, mime ^text = vim -RM -- "$@" label view, mime ^text = vim -RM -- "$@"