Thursday, 17 October 2013

for making proper indentation in Vim editor

do
press ESC
and then
gg=G 

it automatically do all the indentation

No comments:

Post a Comment

Generating Unique Id in Distributed Environment in high Scale:

Recently I was working on a project which requires unique id in a distributed environment which we used as a  primary  key to store in dat...