1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 21:32:13 +03:00

Fix link to configuration file

Closes: https://github.com/wez/wezterm/issues/135
This commit is contained in:
Wez Furlong 2020-01-27 00:04:58 -08:00
parent 152aa85e82
commit efad4b736d
2 changed files with 4 additions and 4 deletions

View File

@ -2,13 +2,13 @@
* Runs on Linux, macOS and Windows 10 * Runs on Linux, macOS and Windows 10
* [Multiplex terminal tabs and windows on local and remote hosts, with native mouse and scrollback](multiplexing.html) * [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](configuration.html#colors). * <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).
* <a href="https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda">Hyperlinks</a> * <a href="https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda">Hyperlinks</a>
* Scrollback (use mouse wheel and `Shift-PageUp` and `Shift PageDown`) * 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!) * 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) * 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) * Render underline, double-underline, italic, bold, strikethrough (most other terminal emulators do not support as many render attributes)
* Configuration via a <a href="configuration.html">configuration file</a> with hot reloading * Configuration via a <a href="config/index.html">configuration file</a> with hot reloading
* Multiple Windows (Hotkey: `Super-N`) * Multiple Windows (Hotkey: `Super-N`)
* Tabs (Hotkey: `Super-T`, next/prev: `Super-[` and `Super-]`, go-to: `Super-[1-9]`) * 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> <video width="80%" controls src="screenshots/wezterm-tabs.mp4" loop></video>

View File

@ -7,11 +7,11 @@
* Runs on Linux, macOS and Windows 10 * Runs on Linux, macOS and Windows 10
* [Multiplex terminal tabs and windows on local and remote hosts, with native mouse and scrollback](multiplexing.html) * [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](configuration.html#colors). * <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).
* <a href="https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda">Hyperlinks</a> * <a href="https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda">Hyperlinks</a>
* <a href="features.html">a full list of features can be found here</a> * <a href="features.html">a full list of features can be found here</a>
Looking for a [configuration reference?](configuration.html) Looking for a [configuration reference?](config/index.html)
<img width="100%" height="100%" src="screenshots/two.png" alt="Screenshot"> <img width="100%" height="100%" src="screenshots/two.png" alt="Screenshot">