Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 282 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 282 Bytes

Shortcut-Atom

Shortcut for Atom that I use

Shortcut

Ctrl + P -> open a file in the project

Alt + Ctrl + Up/Down -> Column selector

Ctrl + Shift + K -> delete current line

Ctrl + Shift + L -> Choose syntax of the file

Regex to clear blank lines

^(?:[\t ]*(?:\r?\n|\r))+