You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please allow to specify the --port via argument in the hope that browsh could run multiple times. But I doubt it. Please have a look at lalitmee/browse.nvim#23 (comment) to understand what I am interested in.
If browsh could start in single tab mode - and provide events of some sort to open new tabs - you could potentially embed browsh into nvim:
Trying to open new tabs would need to propagate up into nvim to be handled (opening a new terminal buffer + browsh instance). browse.nvim is a Telescope plugin that could be used to send queries and urls to --startup-url when launching browsh.
We also need #439 to land to make this viable in the first place.
The text was updated successfully, but these errors were encountered:
Please allow to specify the
--port
via argument in the hope thatbrowsh
could run multiple times. But I doubt it. Please have a look at lalitmee/browse.nvim#23 (comment) to understand what I am interested in.If
browsh
could start in single tab mode - and provide events of some sort to open new tabs - you could potentially embedbrowsh
intonvim
:Trying to open new tabs would need to propagate up into
nvim
to be handled (opening a new terminal buffer +browsh
instance).browse.nvim
is a Telescope plugin that could be used to send queries and urls to--startup-url
when launchingbrowsh
.We also need #439 to land to make this viable in the first place.
The text was updated successfully, but these errors were encountered: