1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Update mapping of plugin open-browser.vim

This commit is contained in:
jdhao 2024-08-09 22:03:02 +02:00
parent cfc0089bb5
commit 85232b82a8

View File

@ -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 """"""""""""""""""""""""""""""""""