Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pravj/viml-exercise
Exercises solution for Book 'Learn Vimscript the Hard Way'
https://github.com/pravj/viml-exercise
Last synced: 30 days ago
JSON representation
Exercises solution for Book 'Learn Vimscript the Hard Way'
- Host: GitHub
- URL: https://github.com/pravj/viml-exercise
- Owner: pravj
- Created: 2014-06-13T16:41:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-14T06:02:12.000Z (over 10 years ago)
- Last Synced: 2024-04-14T19:59:24.164Z (7 months ago)
- Language: VimL
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
VimL-exercise
=============
> Exercises solution for Book 'Learn Vimscript the Hard Way'Learn Vimscript the Hard Way : The Book
=======================================
* an awesome book for learning Vimscript by [Steve Losh](https://twitter.com/stevelosh)
* you can read this book online, [here](http://learnvimscriptthehardway.stevelosh.com/)Content
=======```
exercises.vim in the repository contains different mappings
given in chapters exercises, with chaper number and exercise questions
``````
exercises.vim don't have section for all chapters because some exercises
in book ask you to read different help sections, like ':help topic' or
do some changes in your '.vimrc' file etc.
```Why
===
> it's written in starting of book that :```
You need to type in all the commands.You need to do all the exercises.
```> so I thought lets be honest and record all work
> I'm new to Vimscript world :hatched_chick: so feel free to suggest things.
[Pravendra Singh](https://pravj.github.io)