command t behavior when buffer is already open
-
anonymous
Is there anything that can be done about having command T work with buffers that are already open? Here is what I would LOVE:
- calling command T shows the list with all files currently open in buffers *highlighted*
- if the buffer is open in a tab or a split and you select that file to open, jump to that tab or split
- if the buffer is hidden, load it in the current window
Thoughts?
-
Greg Hurrell
Have you tried the buffer navigator? See
:CommandTBuffer
Generally in a large project (ie. 10,000+ files) you're only going to see a small number of files at any one time in the match listing (eg. 10), so I don't know if there's much value of highlighting them.
Reply
This topic is now closed.