You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Vim_curated_resources.md
+15-7Lines changed: 15 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@
3
3
## Installation and documentation
4
4
5
5
*[https://github.com/vim/vim](https://github.com/vim/vim) — official Vim repository
6
-
*[Installation instructions](https://github.com/vim/vim#installation) — for various distributions
7
-
*[vimhelp: help.txt](https://vimhelp.org/) — HTML version of the Vim help pages like 'Getting Started', 'Editing Effectively', etc
6
+
*[:h usr_90.txt](https://vimhelp.org/usr_90.txt.html) — user manual for installation, common issues, upgrading, uninstallation, etc
7
+
*[vimhelp: help.txt](https://vimhelp.org/) — HTML version of the Vim help pages like 'Getting Started', 'Editing Effectively', reference manuals, etc
8
8
*[vimhelp: quickref.txt](https://vimhelp.org/quickref.txt.html) — Overview of the most common commands you will use
9
9
*[vimhelp: vim_faq.txt](https://vimhelp.org/vim_faq.txt.html) — created from the questions and answers posted to the `vim@vim.org` user mailing list and the `comp.editors` newsgroup
10
10
@@ -15,21 +15,29 @@ After installation, use `vimtutor` (or `gvimtutor`) command for a "30-minute tut
15
15
*[Vim primer](https://danielmiessler.com/study/vim/) — learn Vim in a way that will stay with you for life
16
16
*[Vim galore](https://github.com/mhinz/vim-galore/blob/master/README.md) — everything you need to know about Vim
17
17
*[Learn Vim progressively](https://yannesposito.com/Scratch/en/blog/Learn-Vim-Progressively/) — short introduction that covers a lot
18
-
*[Vim from the ground up](https://thevaluable.dev/vim-beginner/) — article series for beginners to expert users
18
+
*[Vim from the ground up](https://thevaluable.dev/vim-commands-beginner/) — article series for beginners to expert users
19
19
20
20
## Books
21
21
22
-
*[Practical Vim](https://pragprog.com/book/dnvim2/practical-vim-second-edition) — published 2015, updated for version 8 in 2017
23
-
*[Mastering Vim Quickly](https://jovicailic.org/mastering-vim-quickly/) — published 2017
24
-
*[Learn Vimscript the Hard Way](https://learnvimscriptthehardway.stevelosh.com/) — customize vim, plugins and more, version 7.3
22
+
*[Vim Reference Guide](https://learnbyexample.github.io/vim_reference/Introduction.html) — my ebook, suitable for beginner to intermediate level users
23
+
*[Practical Vim](https://pragprog.com/titles/dnvim2/practical-vim-second-edition/) — published 2015, updated for Vim 8 in 2017
24
+
*[Mastering Vim Quickly](https://jovicailic.org/mastering-vim-quickly/) — first published 2017
25
+
*[Learn Vimscript the Hard Way](https://learnvimscriptthehardway.stevelosh.com/) — customize vim, plugins and more, written for Vim 7.3
25
26
*[Vim book by Steve Oualline](http://www.oualline.com/vim-book.html) — published 2007
*[Vim Adventures](https://vim-adventures.com/) — learn Vim by playing a game
32
+
*[vimmer.io](https://vimmer.io/) — master Vim from the comfort of your web browser
33
+
*[vim.so](https://www.vim.so/) — interactive lessons designed to help you get better at Vim faster
34
+
27
35
## Cheatsheets
28
36
29
37
*[Cheatsheet in multiple languages](https://vim.rtorr.com/) — shows up as embedded content in [DuckDuckGo search](https://duckduckgo.com/?q=vim+cheat+sheet) as well
30
-
*[shortcutfoo](https://www.shortcutfoo.com/app/dojos/vim/cheatsheet) — has nice animation for some of the shortcuts
31
38
*[devhints: Vim cheatsheet](https://devhints.io/vim)
0 commit comments