All hotkeys for JS Bin
Application levelShow keyboard shortcuts |
Ctrl + ? |
Application levelSearch help |
Ctrl + ↑ Shift + / |
Application levelClear the console |
Ctrl + L |
Application levelRun code and send live reload |
Ctrl + ⤶ Enter |
Application levelDelete the current bin |
Ctrl + ↑ Shift + Del |
Application levelSave current state as a revision |
Ctrl + S |
Application levelCreate a clone of the current bin |
Ctrl + ↑ Shift + S |
Application levelHide JS Bin navigation bar |
unknown |
Application levelOpen bin history (when logged in) |
Ctrl + O |
Application levelToggle archive state on the current bin |
Ctrl + Y |
Code basedToggle comments on the selected lines |
Ctrl + / |
Code basedIndent selected lines |
Ctrl + [ |
Code basedUnindent selected lines |
Ctrl + ] |
Code basedBeautify code |
Ctrl + ↑ Shift + L |
JavaScript panelCode complete (using Tern or otherwise) |
⭾ Tab |
HTML & CSS panelNext edit point |
Ctrl + Alt + → |
HTML & CSS panelEvaluate mathematical expression |
Ctrl + ↑ Shift + Y |
HTML & CSS panelIncrement number by 0.1 |
Alt + ↑ |
HTML & CSS panelDecrement number by 0.1 |
Alt + ↓ |
HTML & CSS panelIncrement number by 1 |
Ctrl + ↑ |
HTML & CSS panelDecrement number by 1 |
Ctrl + ↓ |
HTML & CSS panelIncrement number by 10 |
Alt + Ctrl + ↑ |
HTML & CSS panelDecrement number by 10 |
Alt + Ctrl + ↓ |
HTML panelClose previous HTML tag |
Ctrl + . |
Console panelUp/down through console history |
↑ ↓ |
Console panelExecute command |
⤶ Enter |
Showing and hiding panelsHide currently focused panel |
Ctrl + 0 |
Showing and hiding panelsToggle HTML panel |
Ctrl + 1 |
Showing and hiding panelsToggle CSS panel |
Ctrl + 2 |
Showing and hiding panelsToggle JavaScript panel |
Ctrl + 3 |
Showing and hiding panelsToggle console panel |
Ctrl + 4 |
Showing and hiding panelsToggle output panel |
Ctrl + 5 |
With Sublime keybindingsMove current line, up one line |
Ctrl + ↑ Shift + ↑ |
With Sublime keybindingsMove current line, down one line |
Ctrl + ↑ Shift + ↓ |
With Sublime keybindingsHighlight and place multiple cursor on matching words |
Ctrl + D |
With Sublime keybindingsReturn to single cursor |
Esc |
With Sublime keybindingsPlace multiple cursor at click point |
⌘ Cmd + Mouse left click |