Skip to content

GrantBarry/AtomEditorBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

AtomEditorBlog

Shortcuts

Auto indent

To do the same yourself, go to Atom > Keymap (Mac) or File > Settings > Keybindings > Keymap (Windows/Linux) and paste the following for Mac:

'atom-text-editor':
    'ctrl-cmd-]': 'editor:auto-indent'

Duplicate line

Cmd + Shift + D (Mac)

Move the current line Up or Down

Cmd + Ctrl + Up (or Down) Arrow (Mac)

Select the next matching characters

Cmd + D (Mac)

Unselect the next matching characters

Cmd + U (Mac)

Select all matching characters

Cmd + Ctrl + G (Mac)

Toggle comments

Cmd + / (Mac)

About

A blog on everything Atom.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published