Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

notomo/ctrlb.nvim

Repository files navigation

ctrlb.nvim

Build Status Build status codecov

ctrlb.nvim is a ctrlb client plugin for Neovim.
This plugin can control web browsers without moving the focus from Neovim.

Demo

Requirements

Install

# install Node.js provider
npm install -g neovim
call dein#add('notomo/ctrlb.nvim', {'build': 'npm run setup'})

or TOML configuration

[[plugins]]
repo = 'notomo/ctrlb.nvim'
build = 'npm run setup'

NOTE: If the npm version < 5.7, use npm install & npm run build instead of npm run setup. npm run setup requires npm ci.

NOTE: :checkhealth ctrlb checks whether the installation is valid.

Usage

:Ctrlb tab/reload
:Ctrlb tab/open -url=https://github.com/notomo/ctrlb.nvim

About

Control web browsers with neovim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published