Reputation: 5832
I'm opening new tabs using command
:tabnew path/to/file
Is it possible to force Vim to jump to already opened tab with file, if I'm trying to open file which is already opened?
Upvotes: 8
Views: 1417
Reputation: 51593
Try to use the :drop
command. It helps. Related infos:
Upvotes: 5