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

How to install Android Studio for 32 bit and 64 bit Windows machines ?

Visit website https://developer.android.com/studio/ Click on “Download Android Studio” button to download latest version of Android Studio. The … Read more

Online JSON Formatter, Validator, Editor, Lint, Minify

json

As we know JSON is one of the most rapidly growing format used for transferring data from … Read more

How to install Inkscape on Ubuntu Linux ?

inkscape

Inkscape is a free and open-source vector graphics editor. This software can be used to create or edit vector … 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