how to configure it in alacritty or related documents that I can read, or maybe another terminal that is almost the same iterm2 that can be used in linux
Asked
Active
Viewed 365 times
1 Answers
0
If you are interested in tiling window managers like dwm, you may not need tabs as dwm handles windows differently. Instead, you can manage multiple terminals using workspaces. To launch a new terminal, you can open it within the same workspace and switch between them using keybindings defined in dwm's configuration file.
Keep in mind that another versatile option is using tmux, a terminal multiplexer, which can provide tab-like functionality and much more. It allows you to split your terminal into multiple panes and manage multiple sessions.
Ultimately, the best choice depends on your preferences and workflow. I recommend trying out different options to see which one suits you best.

Khabir
- 16
- 3
-
yes thanks, alacritty also told me that they don't support multi tabs, because they think it will slow down the performance of the terminal, I didn't read the documentation. – membrandt Jul 26 '23 at 10:06