You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But there is a lot of ways to switch tabs, for example SUPER+num, CTRL+SHIFT+num, CTRL+PageUp/PageDown and more. So I feel my config will become bloated if I implement all those key binds, with a lot of duplicate code. Is there a way to simplify it? Maybe create a wrapper for the corresponding actions, or something else?
Also, when the tab closes because the shell terminates (mostly when I press ctrl+d), I need to detect somehow it and temporarily display tab bar. How to do it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What Operating System(s) are you running on?
Linux X11
Which Wayland compositor or X11 Window manager(s) are you using?
No response
WezTerm version
20240203-110809-5046fc22
Ask your question!
I want my tab bar to be hidden by default, but when the "tab situation" changes, it should pop up for a few seconds.
For example, when I open, close, or activate the tab, the tab bar appears for 2.5 seconds, then disappears.
I more or less made the tab bar appear when opening and switching with super+num:
But there is a lot of ways to switch tabs, for example SUPER+num, CTRL+SHIFT+num, CTRL+PageUp/PageDown and more. So I feel my config will become bloated if I implement all those key binds, with a lot of duplicate code. Is there a way to simplify it? Maybe create a wrapper for the corresponding actions, or something else?
Also, when the tab closes because the shell terminates (mostly when I press ctrl+d), I need to detect somehow it and temporarily display tab bar. How to do it?
Beta Was this translation helpful? Give feedback.
All reactions