Skip to content

Commit 0aa6c4e

Browse files
updated vim resources
1 parent ffa6e63 commit 0aa6c4e

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
@@ -12,7 +12,7 @@ After installation, use `vimtutor` (or `gvimtutor`) command for a "30-minute tut
1212

1313
## Text Tutorials
1414

15-
* [Vim primer](https://danielmiessler.com/p/vim/) — learn Vim in a way that will stay with you for life
15+
* [Vim primer](https://danielmiessler.com/blog/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
1818
* [Vim from the ground up](https://thevaluable.dev/vim-commands-beginner/) — article series for beginners to expert users
@@ -28,7 +28,7 @@ After installation, use `vimtutor` (or `gvimtutor`) command for a "30-minute tut
2828
## Interactive learning
2929

3030
* [vimtutor-sequel](https://github.com/micahkepe/vimtutor-sequel) — advanced lessons
31-
* [OpenVim](https://www.openvim.com/tutorial.html) — interactive tutorial
31+
* [OpenVim](https://openvim.com/) — interactive tutorial
3232
* [Vim Adventures](https://vim-adventures.com/) — learn Vim by playing a game
3333
* [Learn vim and learn it fast](https://www.learnvim.com/) — interactive lessons designed to help you get better at Vim faster
3434

@@ -57,10 +57,10 @@ After installation, use `vimtutor` (or `gvimtutor`) command for a "30-minute tut
5757
* [vi.stackexchange: How do I debug my vimrc file?](https://vi.stackexchange.com/q/2003/1616)
5858
* [stackoverflow: What is your most productive shortcut with Vim?](https://stackoverflow.com/q/1218390/4082052) — top answer is one of the best presentation on the capabilities of `vi`
5959
* [stackoverflow: tips and tricks thread](https://stackoverflow.com/q/726894/4082052)
60+
* [50 Useful Vim Commands](https://vimtricks.com/p/50-useful-vim-commands/)
6061
* [Q&A on stackoverflow sorted by votes](https://stackoverflow.com/questions/tagged/vim?sort=votes&pageSize=15)
6162
* [Q&A on vi.stackexchange sorted by votes](https://vi.stackexchange.com/questions?tab=Votes)
6263
* [Vim tips and tricks thread at /r/vim](https://old.reddit.com/r/vim/comments/4aab93/weekly_vim_tips_and_tricks_thread_1/)
63-
* [Best of Vim Tips](http://zzapper.co.uk/vimtips.html)
6464
* [Vim's built-in completion mechanisms (video)](https://www.youtube.com/watch?v=3TX3kV3TICU) — let Vim do the typing, writing fewer typos and faster
6565
* [Comprehensive illustration of navigating modes](https://gist.github.com/kennypete/1fae2e48f5b0577f9b7b10712cec3212)
6666
* [stackoverflow: Save and restore multiple different sessions](https://stackoverflow.com/q/1642611/4082052)
@@ -71,9 +71,11 @@ After installation, use `vimtutor` (or `gvimtutor`) command for a "30-minute tut
7171
* [VimGolf](https://www.vimgolf.com/) — Real Vim ninjas count **every** keystroke
7272
* [Awesome Vim](https://github.com/akrawchyk/awesome-vim) — plugins organized by section
7373
* [Why use vim](http://www.viemu.com/a-why-vi-vim.html)
74+
* [Why Vim Is More than Just an Editor](https://www.ssp.sh/blog/why-using-neovim-data-engineer-and-writer-2023/)
7475
* [Built-in man pager in Vim](https://old.reddit.com/r/vim/comments/4xkyah/til_builtin_man_pager_in_vim/)
7576
* [Things about vim I wish I knew earlier](https://blog.petrzemek.net/2016/04/06/things-about-vim-i-wish-i-knew-earlier/)
7677
* [Tabs vs Buffers](https://joshldavis.com/2014/04/05/vim-tab-madness-buffers-vs-tabs/)
78+
* [Where Vim Came From](https://twobithistory.org/2018/08/05/where-vim-came-from.html) and [Understanding the Origins and the Evolution of Vi & Vim](https://pikuma.com/blog/origins-of-vim-text-editor)
7779

7880
## Forums
7981

@@ -82,4 +84,3 @@ Read instructions provided by respective forums before asking a question. Try so
8284
* [vi stackexchange](https://vi.stackexchange.com/)
8385
* [/r/vim](https://old.reddit.com/r/vim/)
8486
* [#vim IRC](irc://irc.libera.chat/vim)
85-

0 commit comments

Comments
 (0)