Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/strboul/urlview.vim

List and open URLs easily
https://github.com/strboul/urlview.vim

urlview vim vim-plugin viml vimscript

Last synced: about 2 months ago
JSON representation

List and open URLs easily

Awesome Lists containing this project

README

        

# urlview.vim

List and open URLs easily.

## Usage

```vim
:Urlview
```

Optionally, you can assign it to a keybinding. For instance:

```vim
nnoremap u :Urlview
```

## Installation

Pick your favorite plugin manager:

```vim
Plug 'strboul/urlview.vim'
```

No dependencies.

## Acknowledgments

+ Inspired by [tmux-urlview](https://github.com/tmux-plugins/tmux-urlview)