As an example, in the setup below, I have a couple of buffers opened: init.vim, mappings.lua (in the second tab), plugins_portable.lua, and plugins_complete.lua (in the first tab). init.vim is currently focused.

If I press Enter in mappings.lua, it'll open it in the current window, overriding init.vim. Same for any other buffer. It'll open the buffer in the current window focused (which happens to be init.vim).
My feature request, is that I could press a key (perhaps g), and I could go to that buffer's window if it's already opened. In the example above, pressing g on mapping.lua would jump to the second window, as it's already opened there. Pressing g on plugins_portable.lua would jump to the first tab, first window (where it's currently opened), etc.
This would make navigating between currently opened buffers very convenient.
As an example, in the setup below, I have a couple of buffers opened:
init.vim,mappings.lua(in the second tab),plugins_portable.lua, andplugins_complete.lua(in the first tab).init.vimis currently focused.If I press Enter in
mappings.lua, it'll open it in the current window, overridinginit.vim. Same for any other buffer. It'll open the buffer in the current window focused (which happens to beinit.vim).My feature request, is that I could press a key (perhaps g), and I could go to that buffer's window if it's already opened. In the example above, pressing g on
mapping.luawould jump to the second window, as it's already opened there. Pressing g onplugins_portable.luawould jump to the first tab, first window (where it's currently opened), etc.This would make navigating between currently opened buffers very convenient.