137 Spyder Keyboard Shortcuts

Learn Spyder Shortcuts for Windows

Most used Spyder Shortcuts

ActionSpyder Shortcut keys
Close paneCtrl + Shift + F4
ConfigureCtrl + F6
DebugCtrl + F5
Debug continueCtrl + F12
Debug exitCtrl + Shift + F12
Debug step intoCtrl + F11
Debug step overCtrl + F10
Debug step returnCtrl + Shift + F11
File switcherCtrl + P
Lock / Unlock panesCtrl + Shift + F5
Maximize paneCtrl + Alt + Shift + M
PreferencesCtrl + Alt + Shift + P
QuitCtrl + Q
Re-run last scriptAlt + Shift + R
Save current layoutAlt + Shift + S
Show toolbarsAlt + Shift + T
Spyder documentationF1
Switch to breakpointsCtrl + Shift + B
Switch to editorCtrl + Shift + E
Switch to explorerCtrl + Shift + X
Switch to find in filesCtrl + Shift + F
Switch to helpCtrl + Shift + H
Switch to historylogCtrl + Shift + L
Switch to ipython_consoleCtrl + Shift + L
Switch to online helpCtrl + Shift + D
Switch to outline_explorerCtrl + Shift + O
Switch to plotsCtrl + Shift + G
Switch to project_explorerCtrl + Shift + P
Switch to variable_explorerCtrl + Shift + V
Symbol finderCtrl + Alt + P
Use next layoutAlt + Shift + Page Down key
Use the previous layoutAlt + Shift + Page Up key
Enter array lineCtrl + Alt + M
Enter array tableCtrl + M

Editor Shortcuts

ActionSpyder Shortcut keys
Block commentCtrl + 4
Unblock commentCtrl + 5
BreakpointF12
Close allCtrl + Shift + W
Close file 1Ctrl + W
Close file 2Ctrl + F4
Close split panelAlt + Shift + W
Code completionCtrl + Spacebar
Conditional breakpointShift + F12
CopyCtrl + C
CutCtrl + X
Cycle to the next fileCtrl + Page Down key
Cycle to the previous fileCtrl + Page Up key
Debug cellAlt + Shift + Enter
DeleteDelete
Delete lineCtrl + D
DocstringCtrl + Alt + D
Duplicate line downCtrl + Alt + Down Arrow key
Duplicate line upCtrl + Alt + Up Arrow key
End of documentCtrl + End
End of lineMeta + E
Go to definitionCtrl + G
Go to lineCtrl + L
Go to a new lineCtrl + Shift + Enter
Go to the next cellCtrl + Down Arrow key
Go to the next fileCtrl + Tab
Go to the previous cellCtrl + Up Arrow key
Go to the previous fileCtrl + Shift + Tab
IndentCtrl + ]
Inspect current objectCtrl + L
Kill next wordMeta + D
Kill the previous wordMeta + Backspace
Kill to line endMeta + K
Kill to-line startMeta + U
Last edit locationCtrl + Alt + Shift + Left Arrow key
Move line downAlt + Down Arrow key
Move line upAlt + Up Arrow key
New fileCtrl + N
Next charAlt + Right Arrow key
Next cursor positionMeta + N
Next lineCtrl + Alt + Shift + .
Next warningCtrl + Right Arrow key
Open fileCtrl + O
Open last closedCtrl + Shift + T
PasteCtrl + V
Previous charMeta + B
Previous cursor positionAlt + Left Arrow key
Previous lineMeta + P
Previous warningCtrl + Alt + Shift + ,
Previous wordCtrl + Left Arrow key
Re-run the last cellAlt + Enter
RedoCtrl + Shift + Z
Rotate kill ringMeta + Shift + Y
Run cellCtrl + Enter
Run cell and advanceShift + Enter
Run selectionF9
Save allCtrl + Alt + S
Save asCtrl + Shift + S
Save fileCtrl + S
Select allCtrl + A
Split horizontallyCtrl + _
Split verticallyCtrl
Start of documentCtrl + Home
Start of lineMeta + A
Toggle commentCtrl + L
Transform to lowercaseCtrl + U
Transform to uppercaseCtrl + Shift + U
UndoCtrl + Z
UnindentCtrl + [
YankMeta + Y
Zoom in 1Ctrl + +
Zoom in 2Ctrl + =
Zoom outCtrl + –
Zoom resetCtrl + 0

Explorer Shortcuts

ActionSpyder Shortcuts
Copy absolute pathCtrl + Alt + C
Copy fileCtrl + C
Copy relative pathCtrl + Alt + Shift + C
Paste fileCtrl + V

Find and Replace Shortcuts

ActionSpyder Shortcuts
Find nextF3
Find PreviousShift + F3
Find textCtrl + F
Hide find and replaceEsc
Replace textCtrl + R

Variable explorer Shortcuts

ActionSpyder Shortcuts
CopyCtrl + C
RefreshCtrl + R
SearchCtrl + F

Plots Shortcuts

ActionSpyder Shortcuts
CloseCtrl + W
Close allCtrl + Shift + W
CopyCtrl + C
Next figureCtrl + Page Down key
Previous figureCtrl + Page Up key
SaveCtrl + S
Save allCtrl + Alt + S
Zoom inCtrl + +
Zoom outCtrl + –
Run profilerF10
Run analysisF8

Console Shortcuts

ActionSpyder Shortcuts
Clear lineShift + Esc
Clear shellCtrl + L
Inspect current objectCtrl + I

Iphython Console Shortcuts

ActionSpyder Shortcuts
New tabCtrl + T
Reset namespaceCtrl + Alt + R
Restart kernelCtrl + .

READ NEXT:

Back to top button