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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -