summaryrefslogtreecommitdiff
path: root/_config/104-open-browser.vim
blob: 21fd77c797a7da209c1a03ae2284708f9c0d4490 (plain)
1
2
3
4
5
UsePlugin 'open-browser.vim'

let g:netrw_nogx = 1 " disable netrw's gx mapping.
nmap gx <Plug>(openbrowser-smart-search)
vmap gx <Plug>(openbrowser-smart-search)