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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -