Add mode slide
This commit is contained in:
parent
73bb34900d
commit
f0ba77fd23
2 changed files with 16 additions and 4 deletions
14
index.html
14
index.html
|
@ -77,8 +77,18 @@
|
||||||
|
|
||||||
<!-- modes -->
|
<!-- modes -->
|
||||||
<section>
|
<section>
|
||||||
<h3>Vim is a modal editor</h3>
|
<h3>Vim has modes</h3>
|
||||||
<p>WORK IN PROGRESS</p>
|
<ul>
|
||||||
|
<li>Such as:
|
||||||
|
<ul>
|
||||||
|
<li>normal</li>
|
||||||
|
<li>insert</li>
|
||||||
|
<li>visual</li>
|
||||||
|
<li>command-line</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>Higher complexity, but comes with incredible power</li>
|
||||||
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- movement -->
|
<!-- movement -->
|
||||||
|
|
|
@ -38,9 +38,11 @@
|
||||||
* Getting to the end of the line example
|
* Getting to the end of the line example
|
||||||
* I used shift+A<ESC> instead of $ for months
|
* I used shift+A<ESC> instead of $ for months
|
||||||
|
|
||||||
## Vim is a modal editor
|
## Vim has modes
|
||||||
|
|
||||||
* TODO
|
* In the early days, all editors had modes. By programmers, for programers.
|
||||||
|
* Mid-1970s, Larry Tesler came up with the concept of modeless editors.
|
||||||
|
* But a lot of power in favor of this ease of use.
|
||||||
|
|
||||||
## You can move around
|
## You can move around
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue