I use cscope command :cs find s someFunction
and i see the long list with this function appearance, I find that I'm interested in list and open it, vim opens a file in a new window, I want to open file in a new tab.
I found several similar questions, but they did not help. For example:
vim: Open tag in new tab
how i can open open new tab from cscope list of tag
The :tab
command redirects split windows into split tabs. Just prefix your :cs
command with it:
:tab cs find s someFunction
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With