You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure whether to file this as an issue, Q&A or something else, so I just put this into General, I hope this is ok.
Additionally, yes, I searched the wiki (extensively), but then again I easily miss stuff, so I apologize in advance in case that some option eluded me.
I'm using the master layout, and for me the stack behaves non-intuetively.
Let's say I open three windows A, B and C in this sequence. I end up with
___ ___
| | | A |
| C | |___|
| | | B |
|___| |___|
Now I close C and I get
___ ___
| | | |
| A | | B |
| | | |
|___| |___|
and A is the new master.
However, I would expect it be reversed, that is last in, first out.
Not only because it makes more sense in my head, but also because this breaks my work flow routinely.
I work on something in B, spawn a terminal C and 2 commands later I'm rearranging my layout...
So, any chance this will somehow be implemented, eg
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm not sure whether to file this as an issue, Q&A or something else, so I just put this into General, I hope this is ok.
Additionally, yes, I searched the wiki (extensively), but then again I easily miss stuff, so I apologize in advance in case that some option eluded me.
I'm using the master layout, and for me the stack behaves non-intuetively.
Let's say I open three windows
A
,B
andC
in this sequence. I end up withNow I close
C
and I getand
A
is the new master.However, I would expect it be reversed, that is last in, first out.
Not only because it makes more sense in my head, but also because this breaks my work flow routinely.
I work on something in
B
, spawn a terminalC
and 2 commands later I'm rearranging my layout...So, any chance this will somehow be implemented, eg
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions