jordelver / fzfurlview.vim

List, fuzzily search, and open URLs easily.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fzfurlview.vim

List, fuzzily search, and open URLs easily.

Usage

:FzfUrlView

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

nnoremap <silent> <leader>uv :FzfUrlView<CR>

Installation

Pick your favorite plugin manager:

Plug 'jordelver/fzfurlview.vim'

Dependencies

Acknowledgments

Majority of code taken from urlview.vim and re-worked to use fzf.vim.

About

List, fuzzily search, and open URLs easily.


Languages

Language:Vim Script 100.0%