lyuts / vim-rtags

Vim bindings for rtags, llvm/clang based c++ code indexer.
BSD 2-Clause "Simplified" License
282 stars 56 forks source link

how to jump to next/previous results? #54

Closed suteng closed 7 years ago

suteng commented 7 years ago

how to jump to next/previous results? Is there a key binding?

lyuts commented 7 years ago

Search results are shown in location list by default (or quickfix if overriden). So, if it is in a location list, you can use vim's default :lnext / :lprevious. You can add a mapping for those if needed. This plugin doesn't map those.