I am editing a C program using Vim. How do I display the definition

of a macro or a variable? You can use the “[d” command to display the definition of a macro, “[i” command to display the definition of a variable, “gd” to goto the local declaration of a variable and “gD” to go to the global Declaration.

Comments (1)


Pepsh Pepshinsky

Let’s see you to :help viminfo-file-name (option -i) :set viminfofile=NONE


Speak Your Mind