Hotkeys and shortcuts for IPython Shell

(Total 20)

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