본문 바로가기
my_lesson/_NodeJSmongoDB

Atom -기본 사용법 shortcuts sftp단축키 필수packages

by boolean 2017. 9. 7.
728x90

Atom - basic usage (SFTP 기본 사용법)

1. make project directory on local computer

내 컴퓨터에 프로젝트 폴더를 만든다.

2. open the directory on Atom.

아톰 편집기에서 방금 만든 프로젝트 폴더를 불러온다.

3. make a file  it is called .ftpconfig  

.ftpconfig 라는 FTP설정파일을 생성한다.

Path : Packages>Remote-FTP(없으면 해당 패키지를 추가해준다. : File>Settings>Packages)>Create SFTP config file

4.  make a file  it is called .ftpignore  

.ftpconfig 라는 FTP설정파일을 생성한다.

Path : Packages>Remote-FTP>Create ignore file

5. connect remote

Path : Packages>Remote-FTP>toggle

Click connect

6. Sync local <- remote

right click on remote project navigator>Sync local <- remote

Keyboard shortcuts Atom sftp shortcuts(단축키)

We all know that some handy commands can make our daily task easier, this are meant to do that, be aware that the action of any of them could overwrite or be over written by any other plugin.

WindowsMac
ToggleCtrl + Alt + oCtrl + Alt + o
ConnectCtrl + Alt + cCtrl + Alt + c
DisconnectCtrl + Alt + dCtrl + Alt + d
UploadCtrl + Shift + uCmd + Shift + u

atom 동일한 특정단어 선택해서 바꾸기 

1.Crtl+f 특정단어 입력후 전체 또는 선택 바꿈

2.Ctrl+d특정 단어에 마우스 커서를 올린다음 Ctrl+d룰 하면서 선택해 나간후 바꾸지 않을 단어는 Ctrl+해당단어 클릭으로 정리한후 바꾼다.


atom 한줄 복사하기 Ctrl + Shift+d

특정 라인에 마우스 커서를 위치한 후 Ctrl + Shift+d


atom 여러줄 복사하기 Ctrl + Shift+d

복사할 여러줄을 드레그 한 후 Ctrl + Shift+d


atom react-snippets(react-자동완성) 고쳐서 내 맘대로 사용하기 (사용자 정의)

Install : file>settings>install>react-snippets

Environment : file>settings>packages>react-snippets


atom 필수 packages:

pigments, file icons, auto close HTML

'my_lesson > _NodeJSmongoDB' 카테고리의 다른 글

create-react-app +react-hot-loader 사용하기  (0) 2017.10.21
React +Express + Node JS  (0) 2017.09.13
Node JS  (0) 2017.08.29
Mongoose - Getting Started (Schema)  (0) 2017.08.27
Mongodb  (0) 2017.08.26

댓글