June 4, 2010 - 6:41 pm
Posted in Dev, Linux | No Comments
Usefull vimdiff commands to view diff and merge
October 15, 2008 @ 8:20 am · Filed under Linux
Diffing the files and merging them is one of the very common task we do everyday. Following are few very useful commands to view the diff using vim and merge them using the vimdiff commands instead [...]
March 31, 2010 - 1:34 pm
Posted in Dev, Linux | No Comments
Commandes d’insertion de texte
i insert insertion avant le curseur
I insert insertion au début de la ligne
a append insertion après le curseur
A append insertion à la fin de la ligne
o open ouvre une ligne blanche en dessous de la ligne [...]