Hacker News new | ask | show | jobs
by Scarbutt 3514 days ago
Keymaps for Sublime and Atom

They are on a mission.

1 comments

I was so excited, but it turns out there's still no middle click for block selection :(
I like to read these release discussions so much.

Everyone has their pet feature, most of them stuff that I never use or didn't even know they existed.

I personally like ctrl+/ to comment out blocks or mark stuff from the integrated terminal, both didn't work the last time I tried it.

Commenting out is there, you can search the keyboard shortcut settings to find the proper key. Actually, there are multiple commands on that subject:

- editor.action.commentLine toggles comments

- editor.action.addCommentLine & editor.action.removeCommentLine

- editor.action.blockComment for block comments