JS Bin keyboard shortcuts

JS Bin

Zeynel Öztürk -
5 years ago
- Shortcuts

For some users, coding is better without interruptions like using mouse. If you're one of those users, try memorizing a few JS Bin shortcuts, they'll surely help you focus on the code.

0
Ctrl + ?

Show keyboard shortcuts

0
Ctrl + ↑  Shift + /

Search help

0
Ctrl + L

Clear the console

0
Ctrl + ⤶ Enter

Run code and send live reload

0
Ctrl + ↑  Shift + Del

Delete the current bin

0
Ctrl + S

Save current state as a revision

0
Ctrl + ↑  Shift + S

Create a clone of the current bin

-1
unknown

Hide JS Bin navigation bar

0
Ctrl + O

Open bin history (when logged in)

0
Ctrl + Y

Toggle archive state on the current bin

  Note that all changes in any code panel (excluding the console) both triggers a save to the current bin and triggers a live reload on any viewers watching your bin url.

Advertisement

1
Ctrl + /

Toggle comments on the selected lines

0
Ctrl + [

Indent selected lines

0
Ctrl + ]

Unindent selected lines

-2
Ctrl + ↑  Shift + L

Beautify code

0
Tab

Code expansion using Emmet

0
Ctrl + Alt +

Next edit point

0
Ctrl + ↑  Shift + Y

Evaluate mathematical expression

0
Alt +

Increment number by 0.1

0
Alt +

Decrement number by 0.1

0
Ctrl +

Increment number by 1

0
Ctrl +

Decrement number by 1

0
Alt + Ctrl +

Increment number by 10

0
Alt + Ctrl +

Decrement number by 10

0
Ctrl + .

Close previous HTML tag

-1
Tab

Code complete (using Tern or otherwise)

0
  

Up/down through console history

0
⤶ Enter

Execute command

0
Ctrl + 0

Hide currently focused panel

0
Ctrl + 1

Toggle HTML panel

0
Ctrl + 2

Toggle CSS panel

0
Ctrl + 3

Toggle JavaScript panel

0
Ctrl + 4

Toggle console panel

0
Ctrl + 5

Toggle output panel

  The shortcuts for toggling specific panels overwrites the default browser’s tab selection shortcut, but this can be changed to include alt as a modifier key by opening the keyboard shortcuts (ctrl (plus) shift (plus) ?) and checking the box "Require Alt key…"
0
Ctrl + ↑  Shift +

Move current line, up one line

0
Ctrl + ↑  Shift +

Move current line, down one line

0
Ctrl + D

Highlight and place multiple cursor on matching words

0
Esc

Return to single cursor

0
⌘ Cmd +

Place multiple cursor at click point

Source: JS Bin 

Share this page on:
Is this page helpful?
0 0

Advertisement

Program information

Program name: JS Bin JS Bin (Developer tools)

JS Bin allows you to experiment with web languages such as HTML, CSS and JavaScript. The experiments created by users which are called "bins" are kept indefinitely and can be shared with others.

Web page: jsbin.com

Last update: 11/11/2019 8:10 PM UTC

How easy to press shortcuts: 79%

More information >>

Shortcut count: 38

Platform detected: Windows and macOS mixed

Similar programs




What is your favorite JS Bin hotkey? Do you have any useful tips for it? Let other users know below.


 
No comments yet. Ask, or type the first one!