Improve rifle config for remote vim
This commit is contained in:
parent
55fc2ed08f
commit
69d06ad700
1 changed files with 2 additions and 2 deletions
|
@ -218,5 +218,5 @@ 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 "$@"
|
label rvim, mime ^text, = 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 "$@"
|
label rvim, ext xml|json|csv|tex|py|pl|rb|js|sh|php = vim --servername "${RVIM:-VIM}" --remote-send ':tab split<CR>' --remote "$@"
|
||||||
|
|
Loading…
Reference in a new issue