Vim

  • The Basics of Saving and Quitting in Vim

    Now you’ve done it. You’re in terminal land and found yourself stuck inside a Vi or Vim editor and don’t know how to quit, let alone save your changes. CTRL+C doesn’t work its magic like usual. So how did others manage to escape? Fun fact: the first time I found myself in Vim in class,…

  • Moving Around in Vim

    Here’s a quick guide to help you learn how to move around in Vim. The Memorization Aid column contains a tip on remembering the actions of the command.The Count column tells you if you can modify the command with a Count. A Count is a way to trigger the command more than once (equal to…