Atom 설치
https://atom.io
2. Atom은 현재 windows, linux, mac 전부에서 설치 가능하다.
3. .Net Framework가 설치 안되있다는 이야기가 나오면 같이 설치해준다.
4.
Atom 설정
Atom Cheat sheet
General
ctrl + , |
Settings |
ctrl + shift + p | Toggle command palette |
ctrl + alt + r |
reload atom |
ctrl + shift + m |
markdown preview |
ctrl + . |
toggle key binding resolver |
ctrl + alt + i |
toggle key binding resolver |
alt + shift + s |
show snippets |
Files & Folders
ctrl + n |
new file |
ctrl + shift + n |
new window |
ctrl + o |
open file |
ctrl + p |
open file(using search) |
ctrl + shift + o |
open folder |
ctrl + s |
save |
ctrl + shift + s |
save as |
ctrl + tab/ctrl + shift + tab |
Move to next/previous tab |
ctrl + w |
close tab |
ctrl + k ctrl + alt + w |
close other tabs |
alt + [1-9] |
Show other tabs |
Lines
ctrl + g |
Go to line |
ctrl + l |
Select line |
ctrl + shift + d |
duplicate line |
ctrl + shift + k |
delete line |
ctrl + ↑/↓ |
Move line up/down |
ctrl + / |
toggle line comment |
Words and Characters
alt + ←/→ |
Move to of previous/next word |
alt + b/f |
Move to of begin/end of word |
alt + shift + b/f |
select to of begin/end of word |
shift + ←/→ |
Select to of begin/end of character |