Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rwxrob/learnvim
💡 How to exit vim (and other happy-fun lessons for vim noobs)
https://github.com/rwxrob/learnvim
beginner beginner-friendly education golang learning learning-by-doing linux tutorial vi vim vimtutor
Last synced: 3 months ago
JSON representation
💡 How to exit vim (and other happy-fun lessons for vim noobs)
- Host: GitHub
- URL: https://github.com/rwxrob/learnvim
- Owner: rwxrob
- License: apache-2.0
- Created: 2023-06-29T18:55:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-01T03:05:13.000Z (over 1 year ago)
- Last Synced: 2024-09-29T02:05:56.821Z (3 months ago)
- Topics: beginner, beginner-friendly, education, golang, learning, learning-by-doing, linux, tutorial, vi, vim, vimtutor
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 24
- Watchers: 4
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💡 How to exit vim (and other happy-fun lessons for vim noobs)
For now this can only be installed if you have Go. I promise there will be an official release (with `goreleaser`) after we finish it.
```golang
go install github.com/rwxrob/learnvim@latest
```You can install latest go into your own Linux/amd64 home directory with the following:
```sh
curl -L https://raw.githubusercontent.com/rwxrob/dot/main/install/ubuntu/install-go | bash
```