mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-02-24 01:59:28 +08:00
Misc: additional resources
This commit is contained in:
parent
bd8a709119
commit
43e3633409
@ -15,6 +15,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
- Debugging: [Debugging syntax files](README.md#debugging-syntax-files)
|
- Debugging: [Debugging syntax files](README.md#debugging-syntax-files)
|
||||||
- Quirks: [Editing small files is slow](README.md#editing-small-files-is-slow)
|
- Quirks: [Editing small files is slow](README.md#editing-small-files-is-slow)
|
||||||
- Quirks: [Editing huge files is slow](README.md#editing-huge-files-is-slow)
|
- Quirks: [Editing huge files is slow](README.md#editing-huge-files-is-slow)
|
||||||
|
- Misc: [Additional resources](README.md#additional-resources)
|
||||||
- Miscellaneous: [Easter eggs](README.md#easter-eggs)
|
- Miscellaneous: [Easter eggs](README.md#easter-eggs)
|
||||||
|
|
||||||
## [1.1] - 2016-01-07
|
## [1.1] - 2016-01-07
|
||||||
|
14
README.md
14
README.md
@ -58,6 +58,7 @@ added every day. Things about to be added can be found here:
|
|||||||
|
|
||||||
#### [Miscellaneous](#miscellaneous-1)
|
#### [Miscellaneous](#miscellaneous-1)
|
||||||
|
|
||||||
|
- [Additional resources](#additional-resources)
|
||||||
- [Vim distributions](#vim-distributions)
|
- [Vim distributions](#vim-distributions)
|
||||||
- [Easter eggs](#easter-eggs)
|
- [Easter eggs](#easter-eggs)
|
||||||
|
|
||||||
@ -1077,12 +1078,23 @@ See `:h :syntime`.
|
|||||||
|
|
||||||
## Miscellaneous
|
## Miscellaneous
|
||||||
|
|
||||||
|
#### Additional resources
|
||||||
|
|
||||||
|
| Resource | Description |
|
||||||
|
|----------|-------------|
|
||||||
|
| [Seven habits of effective text editing](http://www.moolenaar.net/habits.html) | By Bram Moolenaar, the author of Vim. |
|
||||||
|
| [Seven habits of effective text editing 2.0 (PDF)](http://www.moolenaar.net/habits_2007.pdf) | See above. |
|
||||||
|
| [IBM DeveloperWorks: Scripting the Vim editor](http://www.ibm.com/developerworks/views/linux/libraryview.jsp?sort_order=asc&sort_by=Title&search_by=scripting+the+vim+editor) | Five-part series on Vim scripting. |
|
||||||
|
| [Practical Vim (2nd Edition)](http://www.amazon.com/Practical-Vim-Edit-Speed-Thought) | Hands down the best book about Vim. |
|
||||||
|
| [Vimcasts.org](http://vimcasts.org/episodes/archive) | Vim screencasts. |
|
||||||
|
| [Your problem with Vim is that you don't grok vi](http://stackoverflow.com/a/1220118) | Concise, informative and correct. A real gem. |
|
||||||
|
|
||||||
#### Vim distributions
|
#### Vim distributions
|
||||||
|
|
||||||
Vim distributions are Vim + custom settings + custom plugins from certain
|
Vim distributions are Vim + custom settings + custom plugins from certain
|
||||||
authors and are therefore very opinionated.
|
authors and are therefore very opinionated.
|
||||||
|
|
||||||
The problems with such distributions is that they tend to be used by beginners.
|
The problem with such distributions is that they tend to be used by beginners.
|
||||||
(More advanced users know how to choose their own plugins and settings after
|
(More advanced users know how to choose their own plugins and settings after
|
||||||
all.) It all goes good until an issue appears. Now where is the problem? The
|
all.) It all goes good until an issue appears. Now where is the problem? The
|
||||||
beginner doesn't know what to do and asks for advice on the internet. After long
|
beginner doesn't know what to do and asks for advice on the internet. After long
|
||||||
|
Loading…
x
Reference in New Issue
Block a user