docs/wipy/tutorial: Add note about screen key bindings on OS X.

This commit is contained in:
Marcel Stör 2016-05-20 10:03:00 +02:00 committed by Paul Sokolovsky
parent e456b2cc94
commit 0b9725812e
1 changed files with 6 additions and 1 deletions

View File

@ -52,7 +52,12 @@ or::
$ screen /dev/tty.usbmodem* 115200
When you are finished and want to exit screen, type CTRL-A CTRL-\\.
When you are finished and want to exit ``screen``, type CTRL-A CTRL-\\. If your keyboard does not have a \\-key (i.e. you need an obscure combination for \\ like ALT-SHIFT-7) you can remap the ``quit`` command:
- create ``~/.screenrc``
- add ``bind q quit``
This will allow you to quit ``screen`` by hitting CTRL-A Q.
Linux
-----