chrishrb / gx.nvim

Implementation of gx without the need of netrw
Apache License 2.0
186 stars 19 forks source link

Add Option to Keep Focus on Neovim #60

Open jam1015 opened 2 months ago

jam1015 commented 2 months ago

With netrw gx, following an internet url, the new window doesn't get focused but with this plugin it does. Would like an option to not lose focus of neovim and manually navigate to the internet window.

jarviliam commented 1 week ago

I think this functionality is already present with open_browser_args.

Example for open:

open_browser_args = { "--background" },