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
| -- ============================================================================= | |
| -- WezTerm Tab Loader Utility | |
| -- ============================================================================= | |
| -- DESCRIPTION: | |
| -- A helper script to define and load complex tab/pane layouts in WezTerm. | |
| -- | |
| -- USAGE: | |
| -- 1. Copy this code into your wezterm.lua (or a separate file and require it). | |
| -- 2. Define your 'tabs' table (see example below). | |
| -- 3. Bind a key to trigger the 'apply_tabs' function. |