Remove new-tab for remote vim in rifle
This commit is contained in:
parent
bd5684f7cf
commit
3f6a93f61a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue