From 23f8c9d7e886ec2dad152c8b0b2070e697b7bf48 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sat, 22 Jun 2019 18:23:03 -0700 Subject: [PATCH] add another link to multiplexing docs --- docs/features.markdown | 2 +- docs/multiplexing.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/features.markdown b/docs/features.markdown index 3e37b57abaf..87c1e1fd74d 100644 --- a/docs/features.markdown +++ b/docs/features.markdown @@ -5,7 +5,7 @@ title: Feature list | Wez's Terminal ## Available Features * Runs on Linux, macOS and Windows 10 -* Multiplex terminal tabs and windows on local and remote hosts, with native mouse and scrollback +* [Multiplex terminal tabs and windows on local and remote hosts, with native mouse and scrollback](multiplexing.html) * Ligatures, Color Emoji and font fallback, with true color and dynamic color schemes. * Hyperlinks * Scrollback (use mouse wheel and `Shift-PageUp` and `Shift PageDown`) diff --git a/docs/multiplexing.markdown b/docs/multiplexing.markdown index a3971f7068a..8113df38a33 100644 --- a/docs/multiplexing.markdown +++ b/docs/multiplexing.markdown @@ -19,7 +19,7 @@ can also be configured to start or connect to any number of additional domains. Once connected to a domain, `wezterm` can attach its windows and tabs to the local native UI, providing a more natural experience for interacting with -the mouse and scrollback features of the terminal. +the mouse, clipboard and scrollback features of the terminal. Key bindings allow you to spawn new tabs in the default local domain, the domain of the current tab, or a specific numbered domain.