how to jump to next matching result which show in "Location list" more efficiently,when using cscope in VIM? -
how jump next matching result show in "location list" more efficiently,when using cscope in vim?
hi, all: have tried these commands jump next result,but not work:
| ΓΈ | shift | ctrl ------+--------+---------+--------- <f11> | :cprev | :cpfile | :colder <f12> | :cnext | :cnfile | :cnewer
so, still still way:
<c-w>
j
: go location list(quickfix list?)j
: locate next line[enter]
: go browse details
when using source insight, need press <f9> same things.
i want hotkey this.
i have following in vimrc:
nnoremap <f5> :cp<cr> nnoremap <f6> :cn<cr>
Comments
Post a Comment