I know another session said use :drop can do it but I only use command line vim. Is there a plugin can do it? Thanks
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think what you want is
set switchbuf=usetabin your.vimrc.With this set you can then do
:sb <part-of-filename-or-buffer-number>to switch to the tab or window that has that buffer open. In this example::sb A.See
:help 'switchbuf'for more information.