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:

  1. <c-w> j: go location list(quickfix list?)

  2. j : locate next line

  3. [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

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -