Web base vim as tutorials - http://www.knowvim.com/ http://www.openvim.com/tutorial.html History of VIM - http://arstechnica.com/open-source/news/2011/11/two-decades-of-productivity-vims-20th-anniversary.ars Guide for editing text object, most already familiar with using 'w' for word editing, this blog discuss more about using 'p' for paragrahy and other related stuff. - http://blog.carbonfive.com/2011/10/17/vim-text-objects-the-definitive-guide/ Seven habits of effective text editing , a lot of nice tip of using vim, like hlsearch , omni-completion http://www.moolenaar.net/habits.pdf http://video.google.com/videoplay?docid=2538831956647446078 vimdiff tips - http://blog.objectmentor.com/articles/2008/04/30/vim-as-a-diff-merge-tool http://gcody.blog.ccidnet.com/blog-htm-itemid-1099899-uid-36931-do-showone-type-blog.html How to regex with line number - http://vim.wikia.com/wiki/Insert_line_numbers_2 cheat sheet of jumping around source code - http://www.faqs.org/docs/Linux-HOWTO/C-editing-with-VIM-HOWTO.html Nice analysis of good programming environment - http://www.benrady.com/2009/12/why-i-switched-from-textmate-to-vim.html Creating macros in vim - http://smartic.us/2010/02/03/creating-macros-in-vim http://www.markhneedham.com/blog/2010/12/27/vim-learnings-so-far/ <- introduction to Command-T and FuzzyFinder Some VIM tips: Essential Vim editor navigation commands Vim search and replace – 12 powerful find and replace examples. How To add bookmarks inside the Vim editor How To record and play inside the Vim editor Correct spelling mistakes automatically inside the Vim Editor Automatic word completion using Ctrl-X Enable thesaurus option in the Vim editor Vim autocommand magic. Add custom header to your files automatically. Convert Vim editor to a beautiful source code browser. Use the Vim editor as a bash IDE, or C/C++ IDE, or Perl IDE. http://www.thegeekstuff.com/2010/04/vim-editor-tutorial/ https://spin.atomicobject.com/2016/04/19/vim-commands-cheat-sheet/ ctrl+w, ctrl+w , vimdiff switch folder - hack2live.blogspot.com/2009/02/vimdiff-shortcut-keys.html tutorial - http://javarevisited.blogspot.com/2011/06/vi-editor-in-unix-example-tutorial-and.html https://danielmiessler.com/study/vim/ https://www.reddit.com/r/vim/comments/3mfvdg/how_do_i_go_about_learning_vim/ https://towardsdatascience.com/how-to-vim-b1719c67f76a Compilation plugin - http://www.vim.org/scripts/script.php?script_id=3115#2.9.3 Highlight multiple searches at the same time, each with a different color. - http://www.vim.org/scripts/script.php?script_id=479 http://www.vim.org/scripts/script.php?script_id=2666#2.6.0 C/C++ IDE - http://www.vim.org/scripts/script.php?script_id=213 http://blog.wuwon.id.au/2011/10/vim-plugin-for-navigating-c-with.html Evil, putting vi in emacs - http://spin.atomicobject.com/2013/02/28/emacs-or-vim-evil/ Fixing syntax at solaris, "export TERM=xtermc", ":syntax enable" - http://kdl.nobugware.com/post/2006/12/01/23-xterm-color-on-unix Graph your Vim undo tree in style. - http://sjl.bitbucket.org/gundo.vim/ Introduction to Selecta and Command-T, tool for fuzzy mapping and open files easier - http://marcovaltas.com/2013/12/27/selecta-on-vim-wildignore.html http://superuser.com/questions/86246/where-should-the-vimrc-file-be-located-on-windows-7 Open Visual Studio config as XML - https://groups.google.com/forum/#!topic/vim_use/HzVM9tjJP08 Snippert library ( e.g. function template ) - https://www.reddit.com/r/vim/comments/3h7lca/which_snippet_library_do_you_use/ https://www.reddit.com/r/vim/comments/3h6tef/what_are_your_musthave_configs_and_plugins/ https://www.reddit.com/r/vim/comments/2w22gf/edit_google_docs_with_vim/ https://www.reddit.com/r/vim/comments/3ijsi2/original_post_a_vimrc_primer/ https://www.reddit.com/r/vim/comments/3n34j4/do_you_use_an_autocomplete_plugin_if_yes_which_one/ gUU to turn whole line upper case, and guu to turn whole line lower case - https://www.reddit.com/r/vim/comments/3j90lv/til_guu_guu_makes_an_entire_line_lowercase_and/ can use :TOhtml to turn a text file to HTML - http://jezenthomas.com/how-i-write-invoices-in-vim/ set encoding=utf-8 - https://www.reddit.com/r/vim/comments/ge8mf/ask_vim_how_to_reliably_switch_to_using_utf8_by/ If you like to test the regex for vi, can refer to this - http://www.virex.org/ http://www.hostingadvice.com/blog/vim-creator-champions-charityware/ Another blog about using vim as IDE - https://spacevim.org/2017/02/11/use-vim-as-a-java-ide vim cheat sheet - https://i.redd.it/8xu7welujmx41.png http://vimsheet.com https://github.com/ibhagwan/dots/blob/master/README-vim.md https://blog.antoyo.xyz/vim-tips https://simianwesthighlandterrier.htmlpasta.com/ Write Code Faster in Vim - https://jacobcomer.medium.com/write-code-faster-in-vim-c564ff9b9f6c https://www.reddit.com/r/vim/comments/f4prel/i_started_using_spacemacsevil_and_made_this_vim/ How Vim works internally? - https://www.reddit.com/r/vim/comments/hpt9l9/how_vim_works_internally/ Sample example of a VIM plugin - https://www.statox.fr/posts/vim/vim_flash_yanked_text/ Vim has a built-in Emoji Picker! - https://www.reddit.com/r/vim/comments/ioewb0/vim_has_a_builtin_emoji_picker/ Fast Typing: vi - https://codefaster.substack.com/p/fast-typing-vi Vim as HTTP client - https://nazarii.bardiuk.com/posts/vim-curl.html Vim team - https://se.ewi.tudelft.nl/desosa2019/chapters/vim/ How To Password Protect Text Files Using Vim Editor In Linux - https://www.noblevolkswagen.com.au/special-offers/m/passenger-offers/ Learning Vim: What I Wish I Knew - https://hackernoon.com/learning-vim-what-i-wish-i-knew-b5dca186bef7 How to format/sort/aggregate text in shell, and also vim - https://vimways.org/2019/vim-and-the-shell/ Inserting incremental numbers for each key in a JSON file? - https://www.reddit.com/r/vim/comments/pwssun/inserting_incremental_numbers_for_each_key_in_a/ It’s time to Edit effectively in Vim, a visual article - https://susamn.medium.com/its-time-to-edit-effectively-in-vim-a-visual-article-76f9d0b45938 Completion tips - https://georgebrock.github.io/talks/vim-completion/ Vim's life-changing c% - https://thepugautomatic.com/2014/03/vims-life-changing-c-percent/ Vim Sessions - https://medium.com/vim-drops/vim-sessions-50756b2c603a How to set up Vim in 2021? - https://medium.com/@edominguez.se/vim-101-a-comprehensive-guide-to-using-vim-like-an-ide-1-3-vimrc-d484cc41fc2