Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit 0b97258

Browse files
marcelstoerPaul Sokolovsky
authored and
Paul Sokolovsky
committed
docs/wipy/tutorial: Add note about screen key bindings on OS X.
1 parent e456b2c commit 0b97258

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/wipy/tutorial/repl.rst

+6-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,12 @@ or::
5252

5353
$ screen /dev/tty.usbmodem* 115200
5454
55-
When you are finished and want to exit screen, type CTRL-A CTRL-\\.
55+
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:
56+
57+
- create ``~/.screenrc``
58+
- add ``bind q quit``
59+
60+
This will allow you to quit ``screen`` by hitting CTRL-A Q.
5661

5762
Linux
5863
-----

0 commit comments

Comments
 (0)