|
|
@ -30,23 +30,24 @@ Here is the list of available keybindings in a REPL buffer: |
|
|
|
|
|
|
|
.. tabularcolumns:: |r|L| |
|
|
|
|
|
|
|
+-------------+----------------------------------------------------------------------------------------+ |
|
|
|
| Keybinding | Description | |
|
|
|
+=============+========================================================================================+ |
|
|
|
+-------------+-----------------------------------------------------------------------------------------+ |
|
|
|
| Keybinding | Description | |
|
|
|
+=============+=========================================================================================+ |
|
|
|
| ``RET`` | Evaluate the current input. When the point is on a printed object, inspect the object. | |
|
|
|
+-------------+----------------------------------------------------------------------------------------+ |
|
|
|
| ``C-RET`` | Insert a newline. | |
|
|
|
+-------------+----------------------------------------------------------------------------------------+ |
|
|
|
+-------------+-----------------------------------------------------------------------------------------+ |
|
|
|
| ``C-RET`` | Insert a newline. | |
|
|
|
+-------------+-----------------------------------------------------------------------------------------+ |
|
|
|
| ``C-c M-i`` | Evaluate the current input and open an inspector on the result. | |
|
|
|
+-------------+----------------------------------------------------------------------------------------+ |
|
|
|
| ``C-c C-o`` | Clear the output. | |
|
|
|
+-------------+----------------------------------------------------------------------------------------+ |
|
|
|
| ``C-c C-q`` | Kill the REPL buffer and close the current connection. | |
|
|
|
+-------------+----------------------------------------------------------------------------------------+ |
|
|
|
| ``M-n`` | Insert the previous input in the history. | |
|
|
|
+-------------+----------------------------------------------------------------------------------------+ |
|
|
|
| ``M-p`` | Insert the next input in the history. | |
|
|
|
+-------------+----------------------------------------------------------------------------------------+ |
|
|
|
+-------------+-----------------------------------------------------------------------------------------+ |
|
|
|
| ``C-c C-o`` | Clear the output. | |
|
|
|
+-------------+-----------------------------------------------------------------------------------------+ |
|
|
|
| ``C-c C-q`` | Kill the REPL buffer and close the current connection. | |
|
|
|
+-------------+-----------------------------------------------------------------------------------------+ |
|
|
|
| ``M-n`` | Insert the previous input in the history. | |
|
|
|
+-------------+-----------------------------------------------------------------------------------------+ |
|
|
|
| ``M-p`` | Insert the next input in the history. | |
|
|
|
+-------------+-----------------------------------------------------------------------------------------+ |
|
|
|
|
|
|
|
|
|
|
|
Reconnecting from the REPL buffer |
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
|
|