Merge pull request #194 from Olshansk/patch-1

Update README.md
This commit is contained in:
Dawid Dziurla 2019-11-22 17:51:37 +01:00 committed by GitHub
commit 182d810911
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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?