Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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'

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)