Skip to content

Can tabs be disabled? #400

Answered by Jelmerro
mightyiam asked this question in Q&A
Aug 9, 2022 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

Depending on how hard you want to disable them, you can. Allow me to explain. There is no hard switch or single setting to disable tabs completely. However, you could start with hiding the tabbar, using :set guitabbar=never. This will not change how tabs work, but hide them from the UI completely. Secondly, you can change every single mapping in Vieb with it's mapping system, see :h mappings for details, but as an example, you can remove the newtab mapping with :nunmap t. You could also map these keys to different actions now that they are available, but that's up to you. Last but not least, you can control which container new tabs should open with containernewtab, which also has the opti…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by mightyiam
Comment options

You must be logged in to vote
3 replies
@Jelmerro
Comment options

@v3ss0n
Comment options

@Jelmerro
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants