Right now, all new windows are inserted right after the mru window (most recently used window). The feature proposal is to add a configuration option to insert new windows before the mru window.
# Possible values: after-the-mru-window|before-the-mru-window
default-windows-insertion-point = 'after-the-mru-window'
The only thing that I'm hesitant about is the naming. I'd love to avoid scaring people with mru term (though, it's the way we call it in the code base right now, and it's technically correct)
Reported by @fcomrqz in #1768
Right now, all new windows are inserted right after the mru window (most recently used window). The feature proposal is to add a configuration option to insert new windows before the mru window.
The only thing that I'm hesitant about is the naming. I'd love to avoid scaring people with
mruterm (though, it's the way we call it in the code base right now, and it's technically correct)Reported by @fcomrqz in #1768