Tabs limit
#1646
Replies: 1 comment 2 replies
-
Using numbers to jump to tabs, would be only limited to 9. Although you can always use the next and previous tab key bindings. But say you opened 20 tabs, no you wont be able to jump to 15, etc directly since you (according to current set of keybindings) have max 9. Although some rules can be set for it, but the need to extend would be when someone actually needs it, and as you said, you dont need too many tabs at once, 9 is good enough |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, it's possible to create up to 9 tabs:
yazi/yazi-core/src/manager/commands/tab_create.rs
Line 7 in 49639aa
yazi/yazi-core/src/manager/commands/tab_create.rs
Lines 32 to 34 in 49639aa
Just curious what's the rationale behind this limitation.
Any chance tabs could be unlimited in the future? I'm aware most users won't open 9+ tabs simultaneously but it can be useful in some cases.
Beta Was this translation helpful? Give feedback.
All reactions