Remove new-tab for remote vim in rifle

This commit is contained in:
Talia 2020-01-22 14:45:40 +01:00
parent bd5684f7cf
commit 3f6a93f61a
1 changed files with 1 additions and 1 deletions

View File

@ -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" mime application/x-executable = "$1"
# Remote vim # Remote vim
label rvim, mime ^text, = vim --servername "${RVIM:-VIM}" --remote-send ':tab split<CR>' --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<CR>' --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