Etikett: Vim

  • How to show line numbers in Vim

    Have you ever wondered how to show the line numbers in your vim editor? The solution is quite easy. Find and open your .vimrc file, usually in your home directory. Add the following code snippet to the file set number To remove the line numbering simply write the following instead set nonumber

  • A vim command cheat sheet for beginners

    I have noted that there are a number of VIM commands that are essential for VIM beginners.  There are several good beginners guide to use VIM, vim tutorials and vim cheat sheets but never the less here are a few of them that I’ve found to be good to know.. File commands Command Description /…