Skip to content
Snippets Groups Projects
Commit 0b972581 authored by Marcel Stör's avatar Marcel Stör Committed by Paul Sokolovsky
Browse files

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

parent e456b2cc
No related branches found
No related tags found
No related merge requests found
......@@ -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
-----
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment