Show More
@@ -387,8 +387,12 b' The keybinding prefixes mean:' | |||||
387 | The keybindings themselves are: |
|
387 | The keybindings themselves are: | |
388 |
|
388 | |||
389 | - ``Enter``: insert new line (may cause execution, see above). |
|
389 | - ``Enter``: insert new line (may cause execution, see above). | |
390 | - ``C-Enter``: force new line, *never* causes execution. |
|
390 | - ``C-Enter``: *force* new line, *never* causes execution. | |
391 | - ``S-Enter``: *force* execution regardless of where cursor is, no newline added. |
|
391 | - ``S-Enter``: *force* execution regardless of where cursor is, no newline added. | |
|
392 | - ``Up``: step backwards through the history. | |||
|
393 | - ``Down``: step forwards through the history. | |||
|
394 | - ``S-Up``: search backwards through the history (like ``C-r`` in bash). | |||
|
395 | - ``S-Down``: search forwards through the history. | |||
392 | - ``C-c``: copy highlighted text to clipboard (prompts are automatically stripped). |
|
396 | - ``C-c``: copy highlighted text to clipboard (prompts are automatically stripped). | |
393 | - ``C-S-c``: copy highlighted text to clipboard (prompts are not stripped). |
|
397 | - ``C-S-c``: copy highlighted text to clipboard (prompts are not stripped). | |
394 | - ``C-v``: paste text from clipboard. |
|
398 | - ``C-v``: paste text from clipboard. |
General Comments 0
You need to be logged in to leave comments.
Login now