matthewkaney / text.management

Experimental Live Code Editor
GNU General Public License v3.0
46 stars 2 forks source link

Keyboard Shortcuts #40

Open matthewkaney opened 1 year ago

matthewkaney commented 1 year ago

I'm bad at using keyboard shortcuts when I write code, so I don't have a good sense of what's useful to folks. What are your favorite keybindings?

Some categories:

cleary commented 1 year ago

Basics

Nice to have:

matthewkaney commented 1 year ago

Thanks!

15 should cover save/save as/open/new and #43 captures the bugs with undo/redo.

Auto-commenting actually came free from Codemirror, so it's in there! It's Ctrl+/ and works both with the current line and selected block in basically the way you'd expect.