Atom Editor Cheat Sheet (Sweetmeat) > 앱개발

앱개발

Atom Editor Cheat Sheet (Sweetmeat) 정보

Atom Editor Cheat Sheet (Sweetmeat)

본문

 

Key to the Keys

  • ⌘ : Command key
  • ⌃ : Control key
  • ⌫ : Delete key
  • ← : Left arrow key
  • → : Right arrow key
  • ↑ : Up arrow key
  • ↓ : Down arrow key
  • ⌥ : Option or Alt key
  • ↩ : Return or Enter key
  • ⇧ : Shift key

Contents

The Command Palette

TaskKeystrokes
Open Command Palette⌘-⇧-p

Configuration

TaskKeystrokes
Open Configuration Editor⌘-,

Application Tasks

TaskKeystrokes
Hide Application⌘-h
Hide Other Applications⌥-⌘-h
Minimize Application⌘-m
New File⌘-n
New Window⌘-⇧-n
Open Application⌘-o
Open Dev⇧-⌘-o
Quit⌘-q

Autocomplete

TaskKeystrokes
Toggle Autocomplete⌃-space

Bookmarks

TaskKeystrokes
Toggle Bookmark⌘-F2
View All Bookmarks⌃-F2
Jump to Next BookmarkF2
Jump to Previous Bookmark⇧-F2
Clear All Bookmarks⌘-⇧-F2

Brackets

TaskKeystrokes
Find Matching Bracket⌃-m

Code Folding

TaskKeystrokes
Fold Code⌥-⌘-[
Unfold Code⌥-⌘-]
Fold at Indentation Level (N)⌘-k cmd-N
Fold Selected Text⌥-⌘-⌃-f
Unfold All Code⌥-⌘-}

Code Navigation & Management

TaskKeystrokes
Cut to End of Line⌃-k
Delete to Beginning of Word⌥-⌫
Delete to End of Word⌥-d
Delete Line⌃-⇧-k
Duplicate Line⌘-⇧-d
Go to Line⌃-g
Go to Matching Bracket⌃-m
Indent Selected Text⌘-]
Outdent Selected Text⌘-[
Join Lines⌘-j
Move to Beginning of Word⌥-b
Move to End of Word⌥-f
Move to Beginning of Line⌃-a
Move to End of Line⌃-e
Move Line Up⌘-⌃-↑
Move Line Down⌘-⌃-↓
Move to Top of File⌘-↑
Move to Bottom of File⌘-↓
Move to First Character of Line⌘-←
Move to Last Character of Line⌘-→
Select Left Character⌘-⌃-b
Select Right Character⌘-⌃-f
Select to Beginning of Word⌥-⇧-b
Select to End of Word⌥-⇧-f
Select Entire Word⌃-⇧-w
Select to First Character of Line⌥-⇧-a
Select to Last Character of Line⌥-⇧-e
Select to Same Position, Next Line⌥-⇧-n
Select to Same Position, Previous Line⌥-⇧-p
Select to Top of File⌘-⇧-↑
Select to Bottom of File⌘-⇧-↓
Select All⌘-a
Select Next⌘-d
Select Line⌘-L
Toggle Line Comments⌘-/

Character Transformations

TaskKeystrokes
Convert Tabs to Spaces⌥-⌘-[
Convert Spaces to Tabs⌥-⌘-]
Convert to Upper Case⌘-k-u
Convert to Lower Case⌘-k-L

Comments

TaskKeystrokes
Toggle Comment⌘-/

Editor View Tasks

TaskKeystrokes
Split Panes Vertically⌘-k-↓
Split Panes Horizontally⌘-k-→
Vertical Navigation Panes⌘-k ⌘-↓
Horizontal Navigation Panes⌘-k ⌘-→
Toggle Full Screen⌃-⌘-f
Toggle Tree View⌘-\

File Tasks

TaskKeystrokes
Fuzzy Find Files⌘-t
Find Open File⌘-b
Find Modified, Untracked (git) File⌘-⇧-b
Open Tree View⌃-0
Toggle Tree View⌘-\
Add a Filea
Move a Filem
Delete a File
공감
0
  • 복사

댓글 5개

아톰써보려다가 sftp기능이 너무 부실해서 포기했습니다.
업무 특성상 여러가지 사이트를 등록해두고 써야하는데 그부분에서 막혀서 ㅡ.ㅜ
sftp는 사용안해 봤지만,
https://atom.io/packages/sftp-deployment
https://atom.io/packages/remote-edit
https://atom.io/packages/remote-sync
https://github.com/mgrenier/remote-ftp
몇가지가 있네요.. 어느 것을 써 보셨는지요?  어떤 기능이 부실한지요? 

나중에 사용하게 될 때 참조하겠습니다.
sftp를 사용하는 방법 한번 올려주세요.. 어떤 에디터에 어떤식으로 설정해서 여러사이트를 관리하는지 어떤 점이 편한지등...
일단 설치를 해본건 https://github.com/mgrenier/remote-ftp 이놈이구요
여러개의 사이트를 동시에 관리하기가 힘들더라구요

하나의 사이트나 하나의 서버를 관리하는건 편해 보이는데

제가 잘 몰라서 그런걸 지도 모르겠네요 ^^*
© SIRSOFT
현재 페이지 제일 처음으로