How to configure cscope to invoke vim to open file -


i cscope find symbol such bcm_vlan_stat_t. run cscope -rq find c symbol , when select entry in result, cscope invoke vi (not vim) open file. can let cscope invoke vim?

set cscope editor vim open files using vim,

export cscope_editor=vim 

you may save in rc file, instance ~/.bashrc if using bash.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -