Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save MarrekNozka/a76bcf17d2bbad6ba08896f5f67347cf to your computer and use it in GitHub Desktop.

Select an option

Save MarrekNozka/a76bcf17d2bbad6ba08896f5f67347cf to your computer and use it in GitHub Desktop.
" Open URL in browser
function! Browser ()
let line = getline (".")
let line = matchstr (line, "http[^ ]*")
exec "!chromium ".line
endfunction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment