# netclient netclient is a global vim plugin to browse the internet. It utilizes a client backend to generate the requests, but handles history management and link following locally in vim. This lets the internet be a fully editable document, with a configurable backend for generating the documents. More details coming soon. Or, install via the makefile: ``` sh git clone https://git.rawtext.club/sloum/netclient cd netclient make ``` Then you can open up vim and get some help: ``` :help netclient ```