Skip to content

Commit a10bd96

Browse files
updated Vim resources
1 parent 73df83b commit a10bd96

1 file changed

Lines changed: 15 additions & 7 deletions

File tree

Vim_curated_resources.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## Installation and documentation
44

55
* [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
88
* [vimhelp: quickref.txt](https://vimhelp.org/quickref.txt.html) — Overview of the most common commands you will use
99
* [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
1010

@@ -15,21 +15,29 @@ After installation, use `vimtutor` (or `gvimtutor`) command for a "30-minute tut
1515
* [Vim primer](https://danielmiessler.com/study/vim/) — learn Vim in a way that will stay with you for life
1616
* [Vim galore](https://github.com/mhinz/vim-galore/blob/master/README.md) — everything you need to know about Vim
1717
* [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
1919

2020
## Books
2121

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
2526
* [Vim book by Steve Oualline](http://www.oualline.com/vim-book.html) — published 2007
2627

28+
## Interactive learning
29+
30+
* [OpenVim](https://www.openvim.com/tutorial.html) — interactive tutorial
31+
* [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+
2735
## Cheatsheets
2836

2937
* [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
3138
* [devhints: Vim cheatsheet](https://devhints.io/vim)
3239
* [devhints: Vimscript cheatsheet](https://devhints.io/vimscript)
40+
* [shortcutfoo](https://www.shortcutfoo.com/app/dojos/vim/cheatsheet) — has nice animation for some of the shortcuts
3341

3442
## Customizing Vim
3543

0 commit comments

Comments
 (0)