|
Move cursor to the beginning of the line |
||
|
Move cursor to the end of the line |
||
|
Move cursor back one character |
||
or
|
|||
|
Move cursor forward one character |
||
or
|
In addition to
|
|||
|
Delete previous character in line |
||
|
Delete next character in line |
||
|
Cut text from cursor to end of line |
||
|
Cut text from beginning of line to cursor |
||
|
Yank (e.g. paste) text that was previously cut |
||
|
Transpose (e.g. switch) previous two characters |
Command history not only stores command in current session. Your entire command history is stored in a SQLite database in your IPython profile directory.
|
|||
|
Access previous command in history |
||
or
|
|||
|
Access next command in history |
||
or
|
|||
|
Reverse-search through command history |
||
|
Select the command |