From 0d366eb0734f81e02d024f11294799d39e9ff079 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Thu, 25 Sep 2025 11:43:54 -0500 Subject: VimFX: Replace Tab Groups add-on with new native tab groups --- common/.vimfx/userChrome.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'common/.vimfx/userChrome.css') diff --git a/common/.vimfx/userChrome.css b/common/.vimfx/userChrome.css index 3a1f71f..588f9f6 100644 --- a/common/.vimfx/userChrome.css +++ b/common/.vimfx/userChrome.css @@ -62,3 +62,9 @@ findbar { padding-block: 0 !important } findbar, #statuspanel, #TabsToolbar, #nav-bar { font-family: monospace; } + +tabs:has(tab-group) { counter-reset: group-index } +tab-group > vbox > label::before { + counter-increment: group-index; + content: counter(group-index) ": "; +} -- cgit v1.2.3