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

How to install Android Studio for 64 bit Ubuntu machines ?

Note: Android no longer supports Studio for 32 bit Linux / Ubuntu platforms hence you will need … 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