Overview of the Vim Text Editor
Normal Mode The biggest concept that beginning vim users need to know is the concept of modes. Different editor functions, such as moving the cursor around and inserting text, are accomplished in different modes. Open up a file in vim: vim example.conf You are immediately put into normal mode. Normal modes does not…