We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No matter what I have riv_web_browser set to, :Riv2HtmlAndBrowse always opens the result in Chrome.
:Riv2HtmlAndBrowse
let g:riv_web_browser = "qutebrowser" OR let g:riv_web_browser = "elinks"
I also have an environment variable set $BROWSER=qutebrowser, which is used by some other applications to detect the default web browser.
$BROWSER=qutebrowser
Riv.vim version is at 87a1f2c
Edit: looks like it's actually been commented out since 2015 by 78c1eb2. No explanation was given in the commit message.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
No matter what I have riv_web_browser set to,
:Riv2HtmlAndBrowse
always opens the result in Chrome.I also have an environment variable set
$BROWSER=qutebrowser
, which is used by some other applications to detect the default web browser.Riv.vim version is at 87a1f2c
Edit: looks like it's actually been commented out since 2015 by 78c1eb2. No explanation was given in the commit message.
The text was updated successfully, but these errors were encountered: