Show More
@@ -371,36 +371,36 b' keybindings, in addition to some of its own.' | |||||
371 |
|
371 | |||
372 | The keybinding prefixes mean: |
|
372 | The keybinding prefixes mean: | |
373 |
|
373 | |||
374 | C : Control |
|
374 | - C : Control | |
375 | S : Shift |
|
375 | - S : Shift | |
376 | M : Meta (typically the Alt key) |
|
376 | - M : Meta (typically the Alt key) | |
377 |
|
377 | |||
378 | The keybindings themselves are: |
|
378 | The keybindings themselves are: | |
379 |
|
379 | |||
380 | Enter : insert new line (may cause execution, see above). |
|
380 | - Enter : insert new line (may cause execution, see above). | |
381 | C-Enter : force new line, *never* causes execution. |
|
381 | - C-Enter : force new line, *never* causes execution. | |
382 | S-Enter : *force* execution regardless of where cursor is, no newline added. |
|
382 | - S-Enter : *force* execution regardless of where cursor is, no newline added. | |
383 | C-c : copy highlighted text to clipboard (prompts are automatically stripped). |
|
383 | - C-c : copy highlighted text to clipboard (prompts are automatically stripped). | |
384 | C-S-c: copy highlighted text to clipboard (prompts are not stripped). |
|
384 | - C-S-c: copy highlighted text to clipboard (prompts are not stripped). | |
385 | C-v : paste text from clipboard. |
|
385 | - C-v : paste text from clipboard. | |
386 | C-z : undo (retrieves lost text if you move out of a cell with the arrows). |
|
386 | - C-z : undo (retrieves lost text if you move out of a cell with the arrows). | |
387 | C-S-z : redo. |
|
387 | - C-S-z : redo. | |
388 | C-o : move to 'other' area, between pager and terminal. |
|
388 | - C-o : move to 'other' area, between pager and terminal. | |
389 | C-l : clear terminal. |
|
389 | - C-l : clear terminal. | |
390 | C-a : go to beginning of line. |
|
390 | - C-a : go to beginning of line. | |
391 | C-e : go to end of line. |
|
391 | - C-e : go to end of line. | |
392 | C-k : kill from cursor to the end of the line. |
|
392 | - C-k : kill from cursor to the end of the line. | |
393 | C-y : yank (paste) |
|
393 | - C-y : yank (paste) | |
394 | C-p : previous line (like up arrow) |
|
394 | - C-p : previous line (like up arrow) | |
395 | C-n : next line (like down arrow) |
|
395 | - C-n : next line (like down arrow) | |
396 | C-f : forward (like right arrow) |
|
396 | - C-f : forward (like right arrow) | |
397 | C-b : back (like left arrow) |
|
397 | - C-b : back (like left arrow) | |
398 | C-d : delete next character. |
|
398 | - C-d : delete next character. | |
399 | M-< : move to the beginning of the input region. |
|
399 | - M-< : move to the beginning of the input region. | |
400 | M-> : move to the end of the input region. |
|
400 | - M-> : move to the end of the input region. | |
401 | M-d : delete next word. |
|
401 | - M-d : delete next word. | |
402 | M-Backspace : delete previous word. |
|
402 | - M-Backspace : delete previous word. | |
403 | C-. : forced restart of the kernel (a confirmation dialog appears). |
|
403 | - C-. : forced restart of the kernel (a confirmation dialog appears). | |
404 |
|
404 | |||
405 |
|
405 | |||
406 | The IPython pager |
|
406 | The IPython pager |
General Comments 0
You need to be logged in to leave comments.
Login now