vim-galore is an extensive knowledge base for Vim users, offering curated tips, plugin recommendations, configuration ideas, workflows, and best practices—a comprehensive starting point for mastering Vim. Vim adheres to the modal editing philosophy. This means that it provides multiple modes and the meaning of keys changes according to the mode. You navigate files in normal mode, you insert text in insert mode, you select lines in visual mode, you access commands in command-line mode and so on. This might sound complicated at first, but has a huge advantage: you don't have to break your fingers by holding several keys at once, most of the time you simply press them one after the other. ...