Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question
I'd say this belongs on superuser.com – marcgg Jan 14 '10 at 16:40
Ok, next time I'll post such kind of question there. – taro Jan 18 '10 at 15:01

1 Answer

up vote 1 down vote accepted

Try to use the :drop command. It helps. Related infos:

share|improve this answer
Thank you! Must recompile with GUI option enabled. – taro Jan 21 '10 at 20:12

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.