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
*[Vim Adventures](https://vim-adventures.com/) — learn Vim by playing a game
33
33
*[Learn vim and learn it fast](https://www.learnvim.com/) — interactive lessons designed to help you get better at Vim faster
34
34
@@ -57,10 +57,10 @@ After installation, use `vimtutor` (or `gvimtutor`) command for a "30-minute tut
57
57
*[vi.stackexchange: How do I debug my vimrc file?](https://vi.stackexchange.com/q/2003/1616)
58
58
*[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`
59
59
*[stackoverflow: tips and tricks thread](https://stackoverflow.com/q/726894/4082052)
60
+
*[50 Useful Vim Commands](https://vimtricks.com/p/50-useful-vim-commands/)
60
61
*[Q&A on stackoverflow sorted by votes](https://stackoverflow.com/questions/tagged/vim?sort=votes&pageSize=15)
61
62
*[Q&A on vi.stackexchange sorted by votes](https://vi.stackexchange.com/questions?tab=Votes)
62
63
*[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)
64
64
*[Vim's built-in completion mechanisms (video)](https://www.youtube.com/watch?v=3TX3kV3TICU) — let Vim do the typing, writing fewer typos and faster
65
65
*[Comprehensive illustration of navigating modes](https://gist.github.com/kennypete/1fae2e48f5b0577f9b7b10712cec3212)
66
66
*[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
71
71
*[VimGolf](https://www.vimgolf.com/) — Real Vim ninjas count **every** keystroke
72
72
*[Awesome Vim](https://github.com/akrawchyk/awesome-vim) — plugins organized by section
73
73
*[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/)
74
75
*[Built-in man pager in Vim](https://old.reddit.com/r/vim/comments/4xkyah/til_builtin_man_pager_in_vim/)
75
76
*[Things about vim I wish I knew earlier](https://blog.petrzemek.net/2016/04/06/things-about-vim-i-wish-i-knew-earlier/)
76
77
*[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)
77
79
78
80
## Forums
79
81
@@ -82,4 +84,3 @@ Read instructions provided by respective forums before asking a question. Try so
0 commit comments