Is there any command in vim with which I can jump to an already open tab containing the file which is open in the tab.
And that too with possibility of completion among all the open buffers.
For example you have following files open in different tabs.
- readme.txt
- pom.xml
Then the command jt will autocoplete the buffer names and jump to the tab containing the buffer.