Navigation
Move cursor to the beginning of the line
|
Ctrl + A
|
Navigation
Move cursor to the end of the line
|
Ctrl + E
|
Navigation
Move cursor back one character
|
Ctrl + B
|
Navigation
Move cursor back one character
|
←
|
Navigation
Move cursor forward one character
|
Ctrl + F
|
Navigation
Move cursor forward one character
|
→
|
Text entry
Delete previous character in line
|
⬅ Backspace
|
Miscellaneous
Exit IPython session
|
Ctrl + D
|
Text entry
Cut text from cursor to end of line
|
Ctrl + K
|
Text entry
Cut text from beginning of line to cursor
|
Ctrl + U
|
Text entry
Yank (e.g. paste) text that was previously cut
|
Ctrl + Y
|
Text entry
Transpose (e.g. switch) previous two characters
|
Ctrl + T
|
Command history
Access previous command in history
|
Ctrl + P
|
Command history
Access previous command in history
|
↑
|
Command history
Access next command in history
|
Ctrl + N
|
Command history
Access next command in history
|
↓
|
Command history
Reverse-search through command history
|
Ctrl + R
|
Command history
Select the command
|
⤶ Enter
|
Miscellaneous
Clear terminal screen
|
Ctrl + 1
|
Miscellaneous
Interrupt current Python command
|
Ctrl + C
|