Vim Commands Cheat Sheet


Vim has been a Unix/Linux programmer's friend since decades, once you get a strong grip on its commands you can do things much faster in a few keystrokes, for example : you need not even use arrow keys to move the cursor instead use 'position by character' commands which is given in 1st table

Here is a list of useful vim commands arranged in groups, helpful for quick reference.
Read more »

Comments

Popular posts from this blog

How to Install Antlr4 in Ubuntu/Linux

How to install python-gst (pygst) in ubuntu 16.04

How to make a gui Calculator in Python using Tkinter