Clone this repo
git clone https://github.com/Raiden-16F7/CatVimStartpage.git
And set the index.html as homepages or new tabs in your browser.
There is a few command that can be used :
:em
:u http://google.com
:s How to learn japanese
To customize colors and Greeting Text see: web.json
.
Due to security issues in chrome, they disabled local file access, so our web.json can't be readed.
For Chrome:
Run cmd to get a command window.
Move to the Chrome directory, e.g., cd C:\Users\your-user-name\AppData\Local\Google\Chrome\Application.
Type: chrome.exe --allow-file-access-from-files.
For Firefox or Waterfox:
Type about:config in searchbar to go into browser settings,
Search for security.fileuri.strict_origin_policy and double click on it to set it false.
The code is available under the MIT license.