urlview.vim
urlview.vim copied to clipboard
List and open URLs easily
urlview.vim
List and open URLs easily.
Usage
:Urlview
Optionally, you can assign it to a keybinding. For instance:
nnoremap <silent> <leader>u :Urlview<CR>
Installation
Pick your favorite plugin manager:
Plug 'strboul/urlview.vim'
No dependencies.
Acknowledgments
- Inspired by tmux-urlview