diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2013-04-17 11:56:44 +0200 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2013-04-17 11:56:44 +0200 |
| commit | f64a9841b8878aa24dd3ee415d8a7ea9321356e3 (patch) | |
| tree | 5ae4035de6153393e1d129e8586aed1cb87a70aa /content/python-ide.rst | |
| parent | ebfadc57bde2169ac9a40bb54278cc17878972dc (diff) | |
| download | blog-f64a9841b8878aa24dd3ee415d8a7ea9321356e3.tar.gz | |
More typo fixes
Diffstat (limited to 'content/python-ide.rst')
| -rw-r--r-- | content/python-ide.rst | 6 |
1 files 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 ``<span>`` tag and realize that you want to turn it into a ``<div>`` 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 |
