diff --git a/index.html b/index.html index 45187db..a3060fc 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,11 @@ Intro to Vim +
@@ -14,43 +19,210 @@

Intro to Vim

+ +
+

Why I use Vim

+
+ + +
+

Everyone's first Vim session

+
+ ^C^C^X^X^X^XquitqQ!qdammit[esc]qwerty + uiopasdfghjkl;:xwhat +
+ Bash.org +
+ +
+

But how can we avoid this

+ +
+ +
+

You will probably still struggle

+ +
+ + +
+

Vim is a modal editor

+

WORK IN PROGRESS

+
+ + +
+

You can move around

+ +
+ + +
+

And do things

+ +
+ + +
+

On objects

+ +
+ + +
+

That can be modified

+ +
+ + +
+

And finally combined into a language

+ +
+ + +
+

Example stuff TBD

+ +
-

Resources

Other Talks

-

-

-

-

Repository

-

-

-

+ +
+ + +
+

Other

+
@@ -59,8 +231,7 @@ Reveal.initialize({ controls: false, progress: true, - history: true, - transition: 'linear' + history: true });