Vim Editor Set Number (default)

Open vimrc file EDIT SHARE Tip 626PrintableMonobookPreviousNextcreated 2003 · complexity basic · version 6.0 Contents [show] What is vimrc?Edit The vimrc file contains optional runtime configuration settings to initialize Vim when it starts. On Unix based systems, the file is named .vimrc, while…

How to Debug C Program using gdb in 6 Simple Steps

This Tutorial is taken from here In this article, let us discuss how to debug a c program using gdb debugger in 6 simple steps. Write a sample C program with errors for debugging purpose To learn C program debugging,…