From f64a9841b8878aa24dd3ee415d8a7ea9321356e3 Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Wed, 17 Apr 2013 11:56:44 +0200 Subject: More typo fixes --- content/python-ide.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/python-ide.rst b/content/python-ide.rst index 39f1969..68bacd5 100644 --- a/content/python-ide.rst +++ b/content/python-ide.rst @@ -8,9 +8,9 @@ editor. Before that, I was using Emacs, but never really mastered it to the point where I could consider myself proficient. After having heard a lot about the *steep learning curve* of Vim, I was surprised to find myself picking it up rather quickly: I like the fact that shortcuts are structured similarly to -natural languages: people often mention how combining action and motion +natural languages. People often mention how combining action and motion instructions in Vim is similar to constructing a sentence in a natural -language. +language, which I find an accurate comparison. Vim really shines when it comes to quickly editing a few files from the command line, but even though I am not a heavy coder, I found the default configuration @@ -146,7 +146,7 @@ that I find particularly helpful. editing some HTML code, you are inside a ```` tag and realize that you want to turn it into a ``
`` tag. With this plugin this can be achieved by typing ``csttdiv``, where ``cst`` means *change surrounding tag*, the - second ``t`` means *replace it with another tag*, and ``div`` is simple the + second ``t`` means *replace it with another tag*, and ``div`` is simply the name of the replacing tag. * RainbowParentheses_: to color parentheses, brackets, etc. according to their -- cgit v1.2.3-70-g09d2