how to jump to next matching result which show in "Location list" more efficiently,when using cscope in VIM?
hi, all: I have tried these commands to jump to next result,but not work:
| ø | SHIFT | CTRL
------+--------+---------+---------
<F11> | :cprev | :cpfile | :colder
<F12> | :cnext | :cnfile | :cnewer
so, I still do it by the still way:
<c-w>
j
: go to the location list(Quickfix list?)j
: locate to next line[enter]
: go to browse the details
when using source insight, I just need to press <F9> but do the same things.
I want a hotkey to do this.