Change default editor to vim in Cscope

Just set the value of the environment variable CSCOPE_EDITOR to vim. For this add the below line in your .bashrc file.

export CSCOPE_EDITOR=vim


Labels:

t