Dear community,
I hope this message finds you all in good spirits.
I have a query regarding the functionality of Sublime Merge. Is it possible to incorporate a feature similar to Sublime Text when managing multiple open tabs? In Sublime Text, I can easily switch between tabs using shortcuts like ctrl+AvPag and ctrl+RePag:
>>> sublime.log_commands(True)
command: prev_view
command: next_view
The reason I bring this up is that when dealing with numerous repositories, efficient navigation without relying on the mouse becomes crucial. Although the introduction of tabs in Sublime Merge was a welcomed addition, it does have its limitations. For example, when working with many repositories, you cannot view the titles of all open repositories simultaneously. Although a popup dialog was added in the top-right corner, it is not a persistent window. Other Git clients like Sourcetree have effectively implemented a solution to this issue. Something akin to Sublime Text’s sidebar would be fantastic
I understand this might be off-topic and not a quick implementation, but for now, having keybindings for faster repository navigation would be immensely helpful.
Thank you for your attention and consideration.