Home / Vim Vim Collection 17.8k stars GitHub Contents Vim script? Vimscript? VimL? Minimal vimrc Cheatsheets Undo tree Editing small files is slow Managing plugins Block insert True colors Vim distributions Map CapsLock to Control Bracketed paste (or why do I have to set 'paste' all the time?) Vim script? Vimscript? VimL? 8.0.360 40.1k updated 2d ago changed all references from VimL to Vim script, which can now be considered the official term, VimL is still widespread all over the internet. Minimal vimrc my vimrc Cheatsheets vim-cheat40 254 (archived) Undo tree undotree does a great job at visualizing it. Editing small files is slow FastFold 705 updated 9mo ago Causes all lines to redraw. Managing plugins Pathogen 12.1k updated 3y ago was the first popular tool for managing plugins. Actually it just adjusts the runtimepath (:h 'rtp') to include all the things put under a certain directory. You have to clone the repositories of the plugins there yourself. Block insert multiple-cursors True colors tmux which basically sits in between the terminal emulator and Vim. Vim distributions janus spacevim 20.3k (archived) spf13 15.5k updated 2y ago Map CapsLock to Control caps2esc 173 (archived) xcape 2.1k updated 3y ago Bracketed paste (or why do I have to set 'paste' all the time?) bracketed-paste 492 updated 2y ago If you're fed up with toggling 'paste' all the time, have a look at this fine plugin that does it for you: