# OpenUrl.nvim A Vim/Neovim plugin to open URLs in your default browser. ## Mapping There are no mappings registered by the plugin. You need to map it according to your preference. Here's a quick example: ```vim " OpenUrl.nvim binding nnoremap q :call OpenUrl#UnderCursor() " Use keith/investigate.vim as a fallback, if it's not an URL let g:loaded_OpenUrl_DarkInvestigate = 1 ```