From 2e0c1e805460e45d7824a3048a190ec3376a92f2 Mon Sep 17 00:00:00 2001 From: Daniel Olshansky Date: Fri, 22 Nov 2019 11:48:05 -0500 Subject: [PATCH] Update README.md - Link to an issue with instructions on how to copy-paste text on a Mac * Not adding all the instructions directly into the README to avoid bloat --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ad2c9fc..0b72d879 100644 --- a/README.md +++ b/README.md @@ -226,7 +226,9 @@ In the future I want to make this the default, but for now there are some CPU is ### How do you select text? -Because we support mouse events, you will need to hold option while dragging the mouse to indicate you're trying to select text rather than click on something. Alternatively you can disable mouse events via the `gui.ignoreMouseEvents` config value +Because we support mouse events, you will need to hold option while dragging the mouse to indicate you're trying to select text rather than click on something. Alternatively you can disable mouse events via the `gui.ignoreMouseEvents` config value. + +Mac Users: See [Issue #190](https://github.com/jesseduffield/lazydocker/issues/190) for other options. ### Why can't I see my container's logs?