Clone this repo
git clone https://github.com/T3M1N4L/vimstart.git
And set the index.html as homepages or new tabs in your browser.
There is a few command that can be used :
:dc
You can search and go to url's automatically unlike the original
SEE web.json
.
Due to security issues in chrome, they disabled local file access, so our web.json can't be readed.
To enable it, pass --allow-file-access-from-files
top your chrome args, example :
$ /usr/bin/google-chrome --allow-file-access-from-files
Source: http://blog.derraab.com/2013/05/30/start-google-chrome-with-local-file-access-on-mac-os-x/
The code is available under the MIT license.