Skip to content

Commit a18aecd

Browse files
committed
adding vim resource
1 parent 6d1b8b8 commit a18aecd

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

all.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4379,6 +4379,12 @@ <h2>Development environment resources</h2>
43794379
shows you how to be more efficient and productive with that IDE if it's
43804380
your choice for writing Python code.</p>
43814381
</li>
4382+
<li>
4383+
<p><a href="http://yannesposito.com/Scratch/en/blog/Learn-Vim-Progressively/">Learn Vim Progressively</a>
4384+
is a wonderful tutorial that follows the path I took when learning Vim:
4385+
learn just enough to survive with it as your day-to-day editor then begin
4386+
adding more advanced commands on top.</p>
4387+
</li>
43824388
</ul>
43834389
<h1>About the Author</h1>
43844390
<p>This website was coded and written by

development-environments.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,12 @@ <h2>Development environment resources</h2>
153153
shows you how to be more efficient and productive with that IDE if it's
154154
your choice for writing Python code.</p>
155155
</li>
156+
<li>
157+
<p><a href="http://yannesposito.com/Scratch/en/blog/Learn-Vim-Progressively/">Learn Vim Progressively</a>
158+
is a wonderful tutorial that follows the path I took when learning Vim:
159+
learn just enough to survive with it as your day-to-day editor then begin
160+
adding more advanced commands on top.</p>
161+
</li>
156162
</ul>
157163
<div class="row">
158164
<div class="col-md-4">

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-01-19T11:33:29Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-01-20T09:18:18Z</updated></feed>

source/content/pages/11-misc/1102-development-environments.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,8 @@ up your application.
118118
shows you how to be more efficient and productive with that IDE if it's
119119
your choice for writing Python code.
120120

121+
* [Learn Vim Progressively](http://yannesposito.com/Scratch/en/blog/Learn-Vim-Progressively/)
122+
is a wonderful tutorial that follows the path I took when learning Vim:
123+
learn just enough to survive with it as your day-to-day editor then begin
124+
adding more advanced commands on top.
125+

0 commit comments

Comments
 (0)