Skip to content

Commit 0c55e00

Browse files
committed
docs: wezterm support
1 parent e42f066 commit 0c55e00

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Controls how `hypr` interacts with your terminal.
4646
| ------------ | ------- | ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
4747
| `mode` | string | `"window"` | Determines how `hypr` opens worktrees. <br> • `window`: Open in a new window (default). <br> • `tab`: Open in a new tab. <br> • `inplace`: Switch the current terminal to the worktree directory. <br> • `echo`: Output shell commands to stdout. <br> **ENV**: `HYPR_TERMINAL_MODE` <br> **CLI**: `--terminal <mode>` |
4848
| `always_new` | boolean | `false` | If `true`, always creates a new terminal session instead of switching to an existing one for a worktree. <br> **ENV**: `HYPR_TERMINAL_ALWAYS_NEW` <br> **CLI**: `--ignore-same-session` |
49-
| `program` | string | `null` | Force `hypr` to use a specific terminal program instead of auto-detecting one. <br> _Examples: `iterm2`, `terminal`, `tmux`_ <br> **ENV**: `HYPR_TERMINAL_PROGRAM` |
49+
| `program` | string | `null` | Force `hypr` to use a specific terminal program instead of auto-detecting one. <br> _Examples: `iterm2`, `terminal`, `tmux`, `wezterm`_ <br> **ENV**: `HYPR_TERMINAL_PROGRAM` |
5050

5151
---
5252

docs/terminalsupport.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
### All Platforms
2323

24+
- **WezTerm** - Opens new tabs when an existing WezTerm session is reachable; otherwise falls back to a new window
2425
- **VS Code** - Opens worktrees in VS Code (`--terminal=vscode`)
2526
- **Cursor** - Opens worktrees in Cursor (`--terminal=cursor`)
2627

0 commit comments

Comments
 (0)