https://github.com/bn-l/vimtipsplus
A full vim editor in the browser's new tab page + tips for leaning vim.
https://github.com/bn-l/vimtipsplus
chrome extension learning new newtab plugin tab tutorial vim
Last synced: about 1 year ago
JSON representation
A full vim editor in the browser's new tab page + tips for leaning vim.
- Host: GitHub
- URL: https://github.com/bn-l/vimtipsplus
- Owner: bn-l
- Created: 2024-04-21T07:42:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T08:34:00.000Z (almost 2 years ago)
- Last Synced: 2025-02-10T10:24:19.023Z (about 1 year ago)
- Topics: chrome, extension, learning, new, newtab, plugin, tab, tutorial, vim
- Language: Vim Script
- Homepage: https://vimtipsplus.netlify.app/
- Size: 18.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

A chrome new tab extension / daily site with a built-in wasm implemention of vim.
Learn vim with daily small tips that you can practice right in the browser.
**Demo:** https://vimtipsplus.netlify.app
## Usage:
- Click outside the terminal to defocus it. When the terminal has focus it will capture all key strokes
- Type `:export` to download the current file
- Drag and drop a file on the terminal to edit it
- `:e tutor` to run the vim tutor
## Shortcuts:
(when terminal is unfocussed)
| Description | Shortcut |
|---------------------|--------------------------|
| Toggle this help | ? |
| Load Vim Terminal | s |
| Random tip | + |
| Next tip | ] |
| Previous tip | [ |
