How to set TAB key to 4 Spaces in VIM ?

If you are using Ubuntu and installed VIM using the steps as mentioned in “How to Install … Read more

Find and Replace in VIM Editor

Find and Replace

Suppose we have a text file from which we want to search for string “hello” and replace … Read more

How to Create a New File with Vim and Write Contents ?

Create file using Vi editor

Vim (Vi Improved) is a clone of Bill Joy’s vi text editor program for Unix. It was … Read more

Save Vimdiff Output To HTML

vimdiff_2_html

The script ( vimdiff_to_html.sh ) matches the filename from first directory to same filename from second directory … Read more

Keyboard shortcuts for Cut, Copy and Paste in Vim Editor

Copy Paste Vim

In Last post “VIM : How to create a file and write contents using vim editor” we … Read more