Skip to content
New issue

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

how to open in a new browser window? #50

Open
b2ns opened this issue Jan 21, 2021 · 2 comments
Open

how to open in a new browser window? #50

b2ns opened this issue Jan 21, 2021 · 2 comments

Comments

@b2ns
Copy link

b2ns commented Jan 21, 2021

g:bracey_browser_command seems do not work

@N1ck9141
Copy link

N1ck9141 commented Feb 9, 2021

Resolution Found for linux:
edit: autoload/bracey.vim line 34
if g:bracey_browser_command == '0'

and edit plugin/bracey.vim line 43
let g:bracey_browser_command = '0'

then adding below in .vimrc works. (qutebrowser is my default)
let g:bracey_browser_command = 'firefox'

@turbio
Copy link
Owner

turbio commented Feb 10, 2021

awesome! thanks for looking into this @N1ck9141. I'll get this merged in shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants