Update cheatsheets

This commit is contained in:
ivuorinen
2025-07-19 00:20:59 +00:00
parent 133bbf5e2b
commit 16134c78d9
17 changed files with 120 additions and 21 deletions

25
tldr/wezterm-cli Normal file
View File

@@ -0,0 +1,25 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# wezterm cli
> Interact with a running Wezterm GUI or multiplexer.
> More information: <https://wezterm.org/cli/cli/index.html>.
- List windows, tabs, and panes:
`wezterm cli list`
- Split the current pane and print the new pane's ID to `stdout`:
`wezterm cli split-pane --{{left|right|top|bottom}} --{{cells|percent}} {{n}}`
- Activate (focus) a pane:
`wezterm cli activate-pane --pane-id {{id}}`
- Kill a pane:
`wezterm cli kill-pane --pane-id {{id}}`