1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-24 07:46:59 +03:00
wezterm/docs/features.markdown

24 lines
1.4 KiB
Markdown
Raw Normal View History

## Available Features
2019-06-23 03:27:56 +03:00
* Runs on Linux, macOS and Windows 10
2019-06-23 04:23:03 +03:00
* [Multiplex terminal tabs and windows on local and remote hosts, with native mouse and scrollback](multiplexing.html)
* <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).
* [Hyperlinks](hyperlinks.html)
2019-06-23 03:27:56 +03:00
* Scrollback (use mouse wheel and `Shift-PageUp` and `Shift PageDown`)
* 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)
* Configuration via a <a href="config/index.html">configuration file</a> with hot reloading
2019-06-23 03:27:56 +03:00
* Multiple Windows (Hotkey: `Super-N`)
* Tabs (Hotkey: `Super-T`, next/prev: `Super-[` and `Super-]`, go-to: `Super-[1-9]`)
<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)
2019-06-23 03:27:56 +03:00
## Features for the Future
* Sixel graphics support