You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: docs/wipy/tutorial/repl.rst
+6-1
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,12 @@ or::
52
52
53
53
$ screen /dev/tty.usbmodem* 115200
54
54
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.
0 commit comments