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
Post a Comment