Skip to content

strboul/urlview.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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