Sublime Forum

Open new tab at the right

#1

Is it possible to open a new tab at the end of the tab-bar, instead of opening it directly after the currently focused tab? This would be really helpful.

0 Likes

#2

Would it be possible for me to develop a package for this, or does the API not support it? Opinions welcome. I miss this feature dearly.

0 Likes

#3

You should be able to do it with a plugin.

See Window.set_view_index, Window.views_in_group and EventListener.on_load (or on_new/on_clone perhaps).

0 Likes

#4

I’ve started this plugin, but I’m already stuck. Help appreciated.

https://forum.sublimetext.com/t/opening-new-tabs-on-the-right/4247/1

0 Likes