bracey.vim
bracey.vim copied to clipboard
how to open in a new browser window?
g:bracey_browser_command
seems do not work
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'
awesome! thanks for looking into this @N1ck9141. I'll get this merged in shortly.