Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 494 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 494 Bytes

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