lyuts / vim-rtags

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

Add possibility to follow a symbol in a new tab/split #10

Closed petersohn closed 9 years ago

petersohn commented 9 years ago

I often get into the problem that I want to view a piece of code and the place where it is called from at the same time. If I use rtags to jump to the location, I then need to use C-O and C-I to jump back and forth between the two places. I improved the plugin so that it allows opening the followed location in a separate split or tab.

joeroback commented 9 years ago

+1

lyuts commented 9 years ago

This one is a very good feature to have. Thank you.