2019-12-30 07:41:08 +03:00
## Available Features
2019-06-23 03:27:56 +03:00
2021-03-03 19:48:41 +03:00
* Runs on Linux, macOS, Windows 10 and FreeBSD
2020-10-10 20:52:15 +03:00
* [Multiplex terminal panes, tabs and windows on local and remote hosts, with native mouse and scrollback ](multiplexing.html )
2020-01-27 11:04:58 +03:00
* < a href = "https://github.com/tonsky/FiraCode#fira-code-monospaced-font-with-programming-ligatures" > Ligatures</ a > , Color Emoji and font fallback, with true color and [dynamic color schemes ](config/appearance.html#colors ).
2020-01-30 04:41:10 +03:00
* [Hyperlinks ](hyperlinks.html )
2020-05-30 21:35:53 +03:00
* [Searchable Scrollback ](scrollback.html ) (use mouse wheel and `Shift-PageUp` and `Shift PageDown` to navigate, Ctrl-Shift-F to activate search mode)
2019-06-23 03:27:56 +03:00
* xterm style selection of text with mouse; paste selection via `Shift-Insert` (bracketed paste is supported!)
* SGR style mouse reporting (works in vim and tmux)
* Render underline, double-underline, italic, bold, strikethrough (most other terminal emulators do not support as many render attributes)
2020-06-17 02:07:39 +03:00
* Configuration via a < a href = "config/files.html" > configuration file</ a > with hot reloading
2019-06-23 03:27:56 +03:00
* Multiple Windows (Hotkey: `Super-N` )
2021-03-14 21:55:12 +03:00
* Splits/Panes
2019-06-23 03:27:56 +03:00
* Tabs (Hotkey: `Super-T` , next/prev: `Super-[` and `Super-]` , go-to: `Super-[1-9]` )
2019-06-23 07:53:08 +03:00
< video width = "80%" controls src = "screenshots/wezterm-tabs.mp4" loop > < / video >
2019-11-25 11:34:35 +03:00
* [SSH client with native tabs ](ssh.html )
* [Connect to serial ports for embedded/Arduino work ](serial.html )
2019-06-23 03:27:56 +03:00
* Connect to a local multiplexer server over unix domain sockets
2019-11-25 11:34:35 +03:00
* Connect to a remote multiplexer using SSH or TLS over TCP/IP
* iTerm2 compatible image protocol support, and built-in [imgcat command ](imgcat.html )
2020-06-21 02:07:21 +03:00
* Sixel graphics support (experimental: starting in `20200620-160318-e00b076c` )