Published

danyal.dk
danyal.dk

Published

Related Posts

Multi-line editing on Atom

If you are wondering how to append/edit multiple lines to code in Atom, you landed at the right place 🙂

Select all text (Cmd+A on Mac, Ctrl+A elsewhere), then use the shortcut to “split the selection into lines” (Cmd+Shift+L on Mac, Ctrl+Shift+L elsewhere). Both commands are also available from the command palette.

Register Or Login to leave a comment.