Revert :tab initialposition to 'top'

I think it's too counter-intuitive for everyday use
at the moment. The visual feedback isn't quite there
This commit is contained in:
Oliver Blanthorn 2026-07-27 22:54:14 +02:00
parent 9422bd8e5b
commit 4e55951e55
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -1340,7 +1340,7 @@ export class default_config {
* Initially position and navigate from the active tab for physical
* ordering, or first tab for MRU. "active" and "top" force either.
*/
initialposition: "auto" as "auto" | "active" | "top",
initialposition: "top" as "auto" | "active" | "top",
/**
* Whether to use unicode symbols to display tab statuses
*/