1
0
Fork 0

Initial proofread and edits

This commit is contained in:
Andrew Tomaka 2014-05-13 17:53:03 -04:00
parent f0ba77fd23
commit e9dba4fe1e
2 changed files with 14 additions and 7 deletions

View File

@ -31,7 +31,7 @@
<ul>
<li>"nerd cred"</li>
<li>server administration</li>
<li>options: terminal or gui</li>
<li>flexibility and options</li>
<li>RSI prevention</li>
</ul>
</li>
@ -168,8 +168,8 @@
<li>Basic things
<ul>
<li>3j - down three lines</li>
<li>d3j - delete the next three liens</li>
<li>d3k - delete hte previous three lines</li>
<li>d3j - delete the current and the next three lines</li>
<li>d3k - delete the current and the previous three lines</li>
</ul>
</li>
<li>And more advanced ones
@ -177,7 +177,7 @@
<li>c$ - change until the end of the line</li>
<li>das - delete around sentence</li>
<li>ci" - change inside quotes</li>
<li>dit - delete inside html blocks (<b>test</b>)
<li>dit - delete inside html blocks (&lt;b&gt;test&lt;/b&gt;)
</ul>
</li>
</ul>
@ -220,7 +220,7 @@
<!-- Repository slide -->
<section>
<h3>Other</h3>
<h3>Resources</h3>
<ul>
<li>
<a href="https://www.github.com/atomaka/intro-to-vim">
@ -237,6 +237,11 @@
</li>
</ul>
</section>
<!-- Conclusion -->
<section>
<h1>Try Vim for yourself</h1>
</section>
</div>
</div>
<script src="bower_components/reveal.js/js/reveal.min.js"></script>

View File

@ -14,8 +14,8 @@
* More importantly, server administration
* Vim (or vi) works **everywhere**, no matter how broken the machine is
* (emacs does not)
* After 20 years, people are still finding new ways to use it
* Repetitive Strain injury - vim helps enforce better habbits
* After 20 years, people are still using it
* You have to decide what works for you
## Everyone's first Vim session
@ -84,6 +84,8 @@
* Chris Hunt - Shows basics of using Vim in combination with Tmux
* I do this
# Other
# Resources
* Slides along with sample configuration available on Github
# Try Vim for yourself