Skip to content

Commit

Permalink
Update mapping of plugin open-browser.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhao committed Aug 9, 2024
1 parent cfc0089 commit 85232b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions viml_conf/plugins.vim
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,9 @@ if g:is_win || g:is_mac
let g:netrw_nogx = 1

" Use another mapping for the open URL method
nmap ob <Plug>(openbrowser-smart-search)
xmap ob <Plug>(openbrowser-smart-search)
nmap <leader>ob <Plug>(openbrowser-smart-search)
xmap <leader>ob <Plug>(openbrowser-smart-search)
nmap ob <cmd>echoerr "Use <leader>ob instead!"<CR>
endif

""""""""""""""""""""""""""" vista settings """"""""""""""""""""""""""""""""""
Expand Down

0 comments on commit 85232b8

Please sign in to comment.