diff options
author | Marcel Stör <marcelstoer@users.noreply.github.com> | 2016-05-20 10:03:00 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-06-02 00:13:21 +0300 |
commit | 0b9725812e6b292193d8286968edfba6498f209c (patch) | |
tree | 66c36348d0bab73c74675b3e4348f9663bd62c4f /docs/wipy | |
parent | e456b2cc94ea4338d5fbe9958e656d70f2083ff5 (diff) | |
download | micropython-0b9725812e6b292193d8286968edfba6498f209c.tar.gz micropython-0b9725812e6b292193d8286968edfba6498f209c.zip |
docs/wipy/tutorial: Add note about screen key bindings on OS X.
Diffstat (limited to 'docs/wipy')
-rw-r--r-- | docs/wipy/tutorial/repl.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/wipy/tutorial/repl.rst b/docs/wipy/tutorial/repl.rst index ef69d91445..e7b51f9c59 100644 --- a/docs/wipy/tutorial/repl.rst +++ b/docs/wipy/tutorial/repl.rst @@ -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 ----- |