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:
parent
152aa85e82
commit
efad4b736d
@ -2,13 +2,13 @@
|
||||
|
||||
* Runs on Linux, macOS and Windows 10
|
||||
* [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>
|
||||
* 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="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`)
|
||||
* 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>
|
||||
|
@ -7,11 +7,11 @@
|
||||
|
||||
* Runs on Linux, macOS and Windows 10
|
||||
* [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="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">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user