Skip to content

Commit ffea759

Browse files
updated Vim resources
1 parent 5179490 commit ffea759

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Vim_curated_resources.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ After installation, use `vimtutor` (or `gvimtutor`) command for a "30-minute tut
3030
* [OpenVim](https://www.openvim.com/tutorial.html) — interactive tutorial
3131
* [Vim Adventures](https://vim-adventures.com/) — learn Vim by playing a game
3232
* [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
33+
* [Learn vim and learn it fast](https://www.learnvim.com/) — interactive lessons designed to help you get better at Vim faster
3434

3535
## Cheatsheets
3636

@@ -47,6 +47,7 @@ After installation, use `vimtutor` (or `gvimtutor`) command for a "30-minute tut
4747
* [stackoverflow: Switching between files rapidly using vanilla Vim](https://stackoverflow.com/q/16082991/4082052)
4848
* [How to Do 90% of What Plugins Do (With Just Vim)](https://www.youtube.com/watch?v=XA2WjJbmmoM)
4949
* [Using template files](https://shapeshed.com/vim-templates/) — templates or skeletons, allow you to specify a template to be used for new files with a certain extension
50+
* [Using Vim's abbreviations](https://vonheikemen.github.io/devlog/tools/using-vim-abbreviations/) — automate things in insert mode
5051
* [vim-bootstrap](https://vim-bootstrap.com/) — provides a simple method of generating a `.vimrc` based on programming languages you use
5152

5253
## Tips and Tricks
@@ -58,7 +59,7 @@ After installation, use `vimtutor` (or `gvimtutor`) command for a "30-minute tut
5859
* [stackoverflow: tips and tricks thread](https://stackoverflow.com/q/726894/4082052)
5960
* [Q&A on stackoverflow sorted by votes](https://stackoverflow.com/questions/tagged/vim?sort=votes&pageSize=15)
6061
* [Q&A on vi.stackexchange sorted by votes](https://vi.stackexchange.com/questions?tab=Votes)
61-
* [Vim tips and tricks thread at /r/vim](https://www.reddit.com/r/vim/comments/4aab93/weekly_vim_tips_and_tricks_thread_1/)
62+
* [Vim tips and tricks thread at /r/vim](https://old.reddit.com/r/vim/comments/4aab93/weekly_vim_tips_and_tricks_thread_1/)
6263
* [Best of Vim Tips](http://zzapper.co.uk/vimtips.html)
6364
* [Vim's built-in completion mechanisms (video)](https://www.youtube.com/watch?v=3TX3kV3TICU) — let Vim do the typing, writing fewer typos and faster
6465
* [stackoverflow: Save and restore multiple different sessions](https://stackoverflow.com/q/1642611/4082052)
@@ -69,7 +70,7 @@ After installation, use `vimtutor` (or `gvimtutor`) command for a "30-minute tut
6970
* [VimGolf](https://www.vimgolf.com/) — Real Vim ninjas count **every** keystroke
7071
* [Awesome Vim](https://github.com/akrawchyk/awesome-vim) — plugins organized by section
7172
* [Why use vim](http://www.viemu.com/a-why-vi-vim.html)
72-
* [Built-in man pager in Vim](https://www.reddit.com/r/vim/comments/4xkyah/til_builtin_man_pager_in_vim/)
73+
* [Built-in man pager in Vim](https://old.reddit.com/r/vim/comments/4xkyah/til_builtin_man_pager_in_vim/)
7374
* [Things about vim I wish I knew earlier](https://blog.petrzemek.net/2016/04/06/things-about-vim-i-wish-i-knew-earlier/)
7475
* [Tabs vs Buffers](https://joshldavis.com/2014/04/05/vim-tab-madness-buffers-vs-tabs/)
7576

@@ -78,6 +79,6 @@ After installation, use `vimtutor` (or `gvimtutor`) command for a "30-minute tut
7879
Read instructions provided by respective forums before asking a question. Try solving it yourself before asking — searching online, manual, ask a colleague, etc.
7980

8081
* [vi stackexchange](https://vi.stackexchange.com/)
81-
* [/r/vim](https://www.reddit.com/r/vim/)
82+
* [/r/vim](https://old.reddit.com/r/vim/)
8283
* [#vim IRC](irc://irc.libera.chat/vim)
8384

0 commit comments

Comments
 (0)