Developer ToolsShortcutsWindows

37 JS Bin Keyboard Shortcuts

Download JS Bin Shortcuts PDF

Learn JS Bin Shortcuts for Windows

Application Level Shortcuts

Action JS Bin Shortcut keys
Show keyboard shortcuts Ctrl + ?
Search help Ctrl + Shift + /
Clear the console Ctrl + L
Run code and send live reload Ctrl + Enter
Delete the current bin Ctrl + Shift + Delete
Save the current state as a revision Ctrl + S
Create a clone of the current bin Ctrl + Shift + S
Open bin history (when logged in) Ctrl + O
Toggle the archive state on the current bin Ctrl + Y

Code based Shortcuts

Action JS Bin Shortcut keys
Toggle comments on the selected lines Ctrl + /
Indent selected lines Ctrl + [
Unindent selected lines Ctrl + ]
Beautify code Ctrl + Shift + L

HTML & CSS panel Shortcuts

Action JS Bin Shortcuts
Code expansion using Emmet Tab
Next edit point Ctrl + Alt + Right Arrow Key
Evaluate mathematical expression Ctrl + Shift + Y
Increment number by 0.1 Alt + Up Arrow Key
Decrement number by 0.1 Alt + Down Arrow Key
Increment number by 1 Ctrl + Up Arrow Key
Decrement number by 1 Ctrl + Down Arrow Key
Increment number by 10 Alt + Ctrl + Up Arrow Key
Decrement number by 10 Alt + Ctrl + Down Arrow Key

HTML panel Shortcuts

Action JS Bin Shortcut keys
Close the previous HTML tag Ctrl + .

JavaScript panel Shortcuts

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

Console panel Shortcuts

Action JS Bin Shortcut keys
Up through console history Up Arrow Key
Down through console history Down Arrow Key
Execute command Enter

Showing and hiding panel Shortcuts

Action JS Bin Shortcut keys
Hide currently a focused panel Ctrl + 0
Toggle HTML panel Ctrl + 1
Toggle CSS panel Ctrl + 2
Toggle JavaScript panel Ctrl + 3
Toggle console panel Ctrl + 4
Toggle output panel Ctrl + 5

With Sublime Keybindings Shortcuts

Action JS Bin Shortcut keys
Move the current line, up one line Ctrl + Shift + Up Arrow Key
Move the current line, down one line Ctrl + Shift + Down Arrow Key
Highlight and place multiple cursors on matching words Ctrl + D
Return to single cursor Esc

READ NEXT:

Back to top button