Skip to content

Commit d108794

Browse files
committed
adding note and link to IdeaVim based on reddit feedback
1 parent 2fc711b commit d108794

File tree

6 files changed

+21
-1
lines changed

6 files changed

+21
-1
lines changed

all.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,13 @@ <h2>Vim installation guides</h2>
729729
<a href="https://launchpad.net/ubuntu/+source/vim">vim package</a> with
730730
<code>sudo apt-get install vim</code>.</p>
731731
</li>
732+
<li>
733+
<p>If you're using PyCharm as your IDE you won't need to install Vim as a
734+
separate text editor - instead use the
735+
<a href="https://plugins.jetbrains.com/plugin/164">IdeaVim</a> PyCharm plugin to get
736+
Vim keybindings, visual/insert mode, configuration with ~/.ideavimrc and
737+
other Vim emulation features. </p>
738+
</li>
732739
</ul>
733740
<h2>Vimrc resources</h2>
734741
<p>These are a few resources for learning how to structure a .vimrc file. I

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-03-21T13:21:15Z</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-03-21T15:58:48Z</updated></feed>

source/content/pages/02-learning-programming/05-vim.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,12 @@ Linux and Windows.
169169
[vim package](https://launchpad.net/ubuntu/+source/vim) with
170170
``sudo apt-get install vim``.
171171

172+
* If you're using PyCharm as your IDE you won't need to install Vim as a
173+
separate text editor - instead use the
174+
[IdeaVim](https://plugins.jetbrains.com/plugin/164) PyCharm plugin to get
175+
Vim keybindings, visual/insert mode, configuration with ~/.ideavimrc and
176+
other Vim emulation features.
177+
172178

173179
## Vimrc resources
174180
These are a few resources for learning how to structure a .vimrc file. I
75.7 KB
Loading

theme/img/1000th-commit.jpg

75.7 KB
Loading

vim.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,13 @@ <h2>Vim installation guides</h2>
188188
<a href="https://launchpad.net/ubuntu/+source/vim">vim package</a> with
189189
<code>sudo apt-get install vim</code>.</p>
190190
</li>
191+
<li>
192+
<p>If you're using PyCharm as your IDE you won't need to install Vim as a
193+
separate text editor - instead use the
194+
<a href="https://plugins.jetbrains.com/plugin/164">IdeaVim</a> PyCharm plugin to get
195+
Vim keybindings, visual/insert mode, configuration with ~/.ideavimrc and
196+
other Vim emulation features. </p>
197+
</li>
191198
</ul>
192199
<h2>Vimrc resources</h2>
193200
<p>These are a few resources for learning how to structure a .vimrc file. I

0 commit comments

Comments
 (0)