1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 11:30:29 +01:00

Change browser to default in the system using xdg-open

This commit is contained in:
Roman Dobosz
2016-12-08 19:42:29 +01:00
parent 33622dbbf6
commit f571bf277b

2
vimrc
View File

@@ -152,7 +152,7 @@ let html_ignore_folding = 1
let html_use_encoding = "utf-8" let html_use_encoding = "utf-8"
"Set the browser executable "Set the browser executable
let g:browser = 'firefox' let g:browser = 'xdg-open'
"}}} "}}}
"COMMON: specific vim behaviour {{{ "COMMON: specific vim behaviour {{{