GitXplorerGitXplorer
s

urlview.vim

public
28 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
ed84eff9d634525c0e2faca6bf86f0c32ac100b6

Add GIF to README

sstrboul committed 4 years ago
Unverified
da94faf5dd37af384a7c27c9675376d469a7ed7f

Use input() to select numbers with more than a digit

sstrboul committed 4 years ago
Unverified
503eaad02465b5669eb1147ef5d3f6eee5a39624

Don't show duplicated entries

sstrboul committed 4 years ago
Unverified
392432c836dc6ee4f87d3cd00dcada5eafccb79c

Create Urlview command

sstrboul committed 4 years ago
Unverified
1c58a4b27f123a28773c687686aa2dd4fed02609

Introduce plugin/urlview.vim

sstrboul committed 4 years ago
Unverified
e274d34ae125f4b222121ead7b5b25f4388e8296

Create a readme

sstrboul committed 4 years ago

README

The README file for this repository.

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