randy3k / Terminus

Bring a real terminal to Sublime Text
https://packagecontrol.io/packages/Terminus
MIT License
1.39k stars 82 forks source link

Option to always open tab in a given group #437

Open Gabriel-p opened 2 months ago

Gabriel-p commented 2 months ago

SublimeREPL has an called open_repl_in_group (se code here):

    // Specify whether to move repls to a different Sublime Text group (frame)
    // immediately on opening. Setting this to true will simply move it to
    // the 'next' group from the one that was in focus when it was opened
    // (one down with row layout, one to the right with column and grid
    // layout). Alternatively, you can set this to the index of the group in
    // which you want all repls to be opened (index 0 being the top-left group).
    // Activating this option will NOT automatically change your layout/create
    // a new group if it isn't open.
    "open_repl_in_group": 2,

This is very useful to ensure that all tabs are created in the same group. As far as I can tell, this can not be achieved with the options available in Origami.