Is there a function in Vim that will move to the buffer? For example, if I know that I have "TODO.txt" open in a window on some tab, I would like to go to this tab and focus this window. Is it possible?
set swb=useopen,usetabe install make :sb [number] or :sb [pattern] in the open window on the tab.
set swb=useopen,usetabe
:sb [number]
:sb [pattern]
I believe :drop filename
:drop filename
I use
:buf TODO
you need the unique identification part of the buffer file name. You can use tab-completion though :)
Oh IC, just noted that you want to activate the corresponding tab. Sry
Source: https://habr.com/ru/post/892431/More articles:Can I create two submit buttons in jsp for two different controllers? - jspHow to install and use compilers for embedded C on an external server? - cJavascript and XSS Attack Prevention - javascriptVim splitting if not open - vimHelp me fix html div width in javascript - javascriptPython memory management - pythonRedirecting to another controller + action without changing the URL in ASP.Net MVC3 - asp.net-mvcIs Clang more deterministic than GCC on different platforms? - c ++Google engine for JAVA applications: how to embed html in mail sent when using java mail api in Google engine? - javaDoes unsigned math require more CPU instructions? - c ++All Articles