summaryrefslogtreecommitdiff
path: root/_config/104-open-browser.vim
blob: 830ac9386bfdaed837eb06cfcfb6d7c404c33909 (plain)
1
2
3
4
5
6
7
if empty(globpath(&rtp, 'autoload/openbrowser.vim'))
  finish
endif

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