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:
parent
cfc0089bb5
commit
85232b82a8
@ -119,8 +119,9 @@ if g:is_win || g:is_mac
|
|||||||
let g:netrw_nogx = 1
|
let g:netrw_nogx = 1
|
||||||
|
|
||||||
" Use another mapping for the open URL method
|
" Use another mapping for the open URL method
|
||||||
nmap ob <Plug>(openbrowser-smart-search)
|
nmap <leader>ob <Plug>(openbrowser-smart-search)
|
||||||
xmap ob <Plug>(openbrowser-smart-search)
|
xmap <leader>ob <Plug>(openbrowser-smart-search)
|
||||||
|
nmap ob <cmd>echoerr "Use <leader>ob instead!"<CR>
|
||||||
endif
|
endif
|
||||||
|
|
||||||
""""""""""""""""""""""""""" vista settings """"""""""""""""""""""""""""""""""
|
""""""""""""""""""""""""""" vista settings """"""""""""""""""""""""""""""""""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user