Skip to content

Commit a6d4b9c

Browse files
committed
new vim resource
1 parent a7100df commit a6d4b9c

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -966,6 +966,11 @@ <h2>Vimrc resources</h2>
966966
<a href="https://github.com/amix/vimrc/tree/master/vimrcs">repository's folder with Vimrc files</a>
967967
has example configurations that are well commented and easy to learn from. </p>
968968
</li>
969+
<li>
970+
<p>For people who are having trouble getting started with Vim, check out this
971+
blog post on the
972+
<a href="http://adamdelong.com/two-simple-steps-helped-me-learn-vim/">two simple steps that helped this author learn Vim</a>.</p>
973+
</li>
969974
</ul>
970975
<h2>Vim installation guides</h2>
971976
<p>These installation guides will help you get Vim up and running on Mac OS X,

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-09-20T13:51:59Z</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-09-21T13:20:35Z</updated></feed>

source/content/pages/02-development-environments/02-vim.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ individually instead of going whole hog with a Vimrc you are unfamiliar with.
137137
[repository's folder with Vimrc files](https://github.com/amix/vimrc/tree/master/vimrcs)
138138
has example configurations that are well commented and easy to learn from.
139139

140+
* For people who are having trouble getting started with Vim, check out this
141+
blog post on the
142+
[two simple steps that helped this author learn Vim](http://adamdelong.com/two-simple-steps-helped-me-learn-vim/).
140143

141144
## Vim installation guides
142145
These installation guides will help you get Vim up and running on Mac OS X,

vim.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,11 @@ <h2>Vimrc resources</h2>
157157
<a href="https://github.com/amix/vimrc/tree/master/vimrcs">repository's folder with Vimrc files</a>
158158
has example configurations that are well commented and easy to learn from. </p>
159159
</li>
160+
<li>
161+
<p>For people who are having trouble getting started with Vim, check out this
162+
blog post on the
163+
<a href="http://adamdelong.com/two-simple-steps-helped-me-learn-vim/">two simple steps that helped this author learn Vim</a>.</p>
164+
</li>
160165
</ul>
161166
<h2>Vim installation guides</h2>
162167
<p>These installation guides will help you get Vim up and running on Mac OS X,

0 commit comments

Comments
 (0)