diff --git a/becoming-a-vim-hero-with-vimscript/README.md b/becoming-a-vim-hero-with-vimscript/README.md new file mode 100644 index 0000000..bdca2fb --- /dev/null +++ b/becoming-a-vim-hero-with-vimscript/README.md @@ -0,0 +1,19 @@ +# Becoming a Vim hero with Vimscript + +Learn how your favorite editors works under the hood, and how to avoid the main pitfalls when using +Vimscript. After this you will be able to write plugins on your own. + + +## Matthias Guenther + +Matthias is a coder, book writer, and common Open-Source contributor. He wrote the sweetie gem +(useful for jekyll projects), created a vim plugin. His current job is at MyHammer where he helps +the team to write more tests and delete old code. In his free time he is writing a book about the +Padrino Ruby Web Framework or baking a cake. + +![Profile picture](https://github.com/euruko2012/call-for-proposals/raw/becoming-a-vim-hero-with-vimscript/profile_picture.jpg) + +- [My website](http://wikimatze.de) +- [My twitter](https://twitter.com/#!/wikimatze) +- [Past talk slides](http://speakerdeck.com/u/wikimatze/) + diff --git a/becoming-a-vim-hero-with-vimscript/profile_picture.jpg b/becoming-a-vim-hero-with-vimscript/profile_picture.jpg new file mode 100755 index 0000000..2023437 Binary files /dev/null and b/becoming-a-vim-hero-with-vimscript/profile_picture.jpg differ diff --git a/example/README.md b/example/README.md deleted file mode 100644 index 2b18a49..0000000 --- a/example/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# My talk title - -My talk description - - -## My name - -My bio - -![Profile picture](https://github.com/euruko2012/call-for-proposals/raw/master/example/profile_picture.jpg) - -- [My website](http://www.example.org) -- [My twitter](https://twitter.com/#!/twitter_handle) -- [Past talk slides](http://www.example.org) -- [Past talk video](http://www.example.org) - diff --git a/example/profile_picture.jpg b/example/profile_picture.jpg deleted file mode 100644 index e2e5b50..0000000 Binary files a/example/profile_picture.jpg and /dev/null differ