Linux command
wezterm 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start terminal
wezterm
Start with command
wezterm start -- [command]
Open new tab
wezterm cli spawn
Split pane horizontally
wezterm cli split-pane --horizontal
Split pane vertically
wezterm cli split-pane
List tabs
wezterm cli list
Connect to remote
wezterm connect [host]
Show configuration
wezterm show-keys
说明
wezterm is a GPU-accelerated terminal emulator. Written in Rust, it's cross-platform and highly configurable. Configuration uses Lua scripts. Keybindings, appearance, and behavior are programmable with full scripting capability. Multiplexing is built-in. Tabs and panes work without tmux. Sessions persist and can be reattached. Remote multiplexing connects to wezterm running on other machines. Local terminal controls remote sessions. GPU rendering provides smooth scrolling and efficient display. Ligatures, emoji, and Nerd Fonts work correctly. Hyperlinks are clickable. URLs, file paths, and custom patterns can be configured as clickable links.
参数
- start _--_ _CMD_
- Start terminal with command.
- cli spawn
- Open new tab.
- cli split-pane
- Split current pane.
- cli list
- List panes/tabs.
- connect _HOST_
- Connect to multiplexer.
- ssh _DEST_
- SSH connection.
- serial _PORT_
- Serial connection.
- show-keys
- Show key bindings.
- --config _KEY=VALUE_
- Override config.
- --config-file _FILE_
- Config file path.
FAQ
What is the wezterm command used for?
wezterm is a GPU-accelerated terminal emulator. Written in Rust, it's cross-platform and highly configurable. Configuration uses Lua scripts. Keybindings, appearance, and behavior are programmable with full scripting capability. Multiplexing is built-in. Tabs and panes work without tmux. Sessions persist and can be reattached. Remote multiplexing connects to wezterm running on other machines. Local terminal controls remote sessions. GPU rendering provides smooth scrolling and efficient display. Ligatures, emoji, and Nerd Fonts work correctly. Hyperlinks are clickable. URLs, file paths, and custom patterns can be configured as clickable links.
How do I run a basic wezterm example?
Run `wezterm` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does start _--_ _CMD_ do in wezterm?
Start terminal with command.