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:
2
vimrc
2
vimrc
@@ -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 {{{
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user