feat(renderer-vecto): hide the tab bar for a lone buffer (showtabline=1)#10
Open
Xuepoo wants to merge 1 commit into
Open
feat(renderer-vecto): hide the tab bar for a lone buffer (showtabline=1)#10Xuepoo wants to merge 1 commit into
Xuepoo wants to merge 1 commit into
Conversation
VemWorkspace opts into @vectojs/ui 1.9.5 autoHideTabBar: a fresh start renders only the intro splash like vim with no arguments, and the tab bar appears once a second buffer opens. Layout heights follow the live bar height via effectiveTabBarHeight. Engine floors raised to core ^1.9.2 / ui ^1.9.5. Co-Authored-By: Claude Fable 5 <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User request: with no files open, the workspace should look like a fresh Vim (intro splash, no visible
untitledtab), on both web and desktop.VemWorkspacepassesautoHideTabBar: true(new in@vectojs/[email protected], feat(ui): add Tabs autoHideTabBar (vim showtabline=1 semantics) vectojs/vectojs#118): bar hidden below two buffers, back the moment a second one opens (Vimshowtabline=1).effectiveTabBarHeight) instead of a hardcoded 30px.@vectojs/core@^1.9.2,@vectojs/ui@^1.9.5.Merge after
@vectojs/[email protected]is on npm (tag is pending), then refresh the lockfile with a clean install (nested-stale-engine trap).🤖 Generated with Claude Code