I am looking for the following behavior:
^]
Should open the definition below the cursor in a new tab instead of a new buffer and reuse tabs that are already open^O
To return to the previous location on the previous tab, instead of switching the buffer of the current tab to the buffer of previous locations^I
Must behave accordingly
I tried
:set switchbuf=newtab
and
:set switchbuf=usetab
but both have not changed any behavior.
vim ctags
barbaz
source share