1
1
mirror of https://github.com/wez/wezterm.git synced 2024-10-05 18:58:52 +03:00

fix broken link on features page

This commit is contained in:
Wez Furlong 2023-03-29 11:32:26 -07:00
parent 338174b430
commit 4b2e386df2
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387

View File

@ -13,7 +13,7 @@ hide:
* 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/files.md">configuration file</a> with hot reloading
* Configuration via a [configuration file](config/files.md) with hot reloading
* Multiple Windows (Hotkey: `Super-N`)
* Splits/Panes (Split horizontally/vertically: `Ctrl-Shift-Alt-%` and `Ctrl-Shift-Alt-"`, move between panes: `Ctrl-Shift-ArrowKey`)
* Tabs (Hotkey: `Super-T`, next/prev: `Super-Shift-[` and `Super-Shift-]`, go-to: `Super-[1-9]`)