Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josiah-tan/plover-vim-tutor
tutor + help for learning plover-vim
https://github.com/josiah-tan/plover-vim-tutor
Last synced: about 1 month ago
JSON representation
tutor + help for learning plover-vim
- Host: GitHub
- URL: https://github.com/josiah-tan/plover-vim-tutor
- Owner: Josiah-tan
- Created: 2023-01-23T06:28:31.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-21T05:16:01.000Z (11 months ago)
- Last Synced: 2024-11-12T00:37:20.456Z (2 months ago)
- Size: 80.1 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# plover-vim-tutor
- Help files + tutor for learning plover-vim
- for proof of speed, see speedrun video [here](https://www.youtube.com/watch?v=8-oDPhmpN9g)# Installation
## vim-plug
```vim
Plug 'Josiah-tan/plover-vim-tutor'
```## layout:
for general information:
```vim
:help plover-vim-tutor
```for plover-vim-tutor exercises:
```vim
:help plover-vim-tutorial
```for cheatsheet:
```vim
:help plover-vim-cheatsheet
```# Developers
to contribute and test your own version feel free to clone this repository and try the following below!
```vim
if isdirectory(expand("~/plover-vim-tutor/"))
Plug '~/plover-vim-tutor/'
else
Plug 'Josiah-tan/plover-vim-tutor'
endif
```feel free to chuck pull requests for grammatical errors, numbering issues etc.