37 JS Bin Keyboard Shortcuts

Learn JS Bin Shortcuts for Windows

Application Level Shortcuts

ActionJS Bin Shortcut keys
Show keyboard shortcutsCtrl + ?
Search helpCtrl + Shift + /
Clear the consoleCtrl + L
Run code and send live reloadCtrl + Enter
Delete the current binCtrl + Shift + Delete
Save the current state as a revisionCtrl + S
Create a clone of the current binCtrl + Shift + S
Open bin history (when logged in)Ctrl + O
Toggle the archive state on the current binCtrl + Y

Code based Shortcuts

ActionJS Bin Shortcut keys
Toggle comments on the selected linesCtrl + /
Indent selected linesCtrl + [
Unindent selected linesCtrl + ]
Beautify codeCtrl + Shift + L

HTML & CSS panel Shortcuts

ActionJS Bin Shortcuts
Code expansion using EmmetTab
Next edit pointCtrl + Alt + Right Arrow Key
Evaluate mathematical expressionCtrl + Shift + Y
Increment number by 0.1Alt + Up Arrow Key
Decrement number by 0.1Alt + Down Arrow Key
Increment number by 1Ctrl + Up Arrow Key
Decrement number by 1Ctrl + Down Arrow Key
Increment number by 10Alt + Ctrl + Up Arrow Key
Decrement number by 10Alt + Ctrl + Down Arrow Key

HTML panel Shortcuts

ActionJS Bin Shortcut keys
Close the previous HTML tagCtrl + .

JavaScript panel Shortcuts

ActionJS Bin Shortcut keys
Code complete (using Tern or otherwise)Tab

Console panel Shortcuts

ActionJS Bin Shortcut keys
Up through console historyUp Arrow Key
Down through console historyDown Arrow Key
Execute commandEnter

Showing and hiding panel Shortcuts

ActionJS Bin Shortcut keys
Hide currently a focused panelCtrl + 0
Toggle HTML panelCtrl + 1
Toggle CSS panelCtrl + 2
Toggle JavaScript panelCtrl + 3
Toggle console panelCtrl + 4
Toggle output panelCtrl + 5

With Sublime Keybindings Shortcuts

ActionJS Bin Shortcut keys
Move the current line, up one lineCtrl + Shift + Up Arrow Key
Move the current line, down one lineCtrl + Shift + Down Arrow Key
Highlight and place multiple cursors on matching wordsCtrl + D
Return to single cursorEsc

READ NEXT:

Back to top button