Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 웹디자인
- 이미지 리플레이스먼트
- 마크업
- 스크롤
- 사람 일러스트
- 웹사이트
- 마우스오버
- 귀여운 웹디자인
- jQuery
- 배경이 이쁜 웹디자인
- mark up
- 신박한 디자인
- IR기법
- 우주 웹디자인
- Image Replacement
- 깔끔한 웹디자인
- 시맨틱 마크업
- 접근성
- 시맨틱
- 특이한 웹디자인
- 이쁜 웹디자인
- 신박한 웹디자인
- 3D
- 스크롤 웹디자인
- 유니크
- 스크롤 웹사이트
- 디자인
- jquery 웹디자인
- 웹 접근성
- 일러스트
Archives
- Today
- Total
Play Ground
[sublime text] sftp 단축키 본문
- 출처 : https://wbond.net/sublime_packages/sftp/usage#command-Sync_Both_Directions
- Upload File
- Win/Linux: ctrl+alt+u+f
OS X: ctrl+cmd+u+f
Upload the current file - Upload Changed Files
- Win/Linux: ctrl+alt+u+c
OS X: ctrl+cmd+u+c
Upload all files changed or created since the last commit to your VCS (SVN, Git or Hg) - Upload Open Files
- Win/Linux: ctrl+alt+u+n
OS X: ctrl+cmd+u+n
Upload all open files that are configured with an SFTP/FTP remote - Download File
- Win/Linux: ctrl+alt+u+o
OS X: ctrl+cmd+u+o
Download the remote version of the selected file and overwrite the local copy - Upload Folder
- Win/Linux: ctrl+alt+u+r
OS X: ctrl+cmd+u+r
Uploading the entire folder the current file is located in can be accomplished by pressing ctrl+alt+u+r on Windows and Linux, or ctrl+cmd+u+r on OS X. - Download Folder
- Win/Linux: ctrl+alt+u+e
OS X: ctrl+cmd+u+e
Download the entire folder - Diff Remote File
- Win/Linux: ctrl+alt+u+i
OS X: ctrl+cmd+u+i
Download the remote version of a file to a temp location and diff it with the local version - Rename Local and Remote Files
- Context menu only
Rename the file on the server as well as the local copy - Delete Remote File
- Context menu only
Delete the file off of the server - Delete Local and Remote Files
- Context menu only
Delete the file off of the server in addition to the local copy - Sync Local -> Remote
- Win/Linux: ctrl+alt+u+y
OS X: ctrl+cmd+u+y
Compare file modification times and confirm actions before uploading the selected file or folder. This will also delete files off of the remote server that do not exist locally. - Sync Remote -> Local
- Win/Linux: ctrl+alt+u+d
OS X: ctrl+cmd+u+d
Compare file modification times and confirm actions before downloading the selected file or folder. This will also delete files off of the local machine that do not exist remotely. - Sync Both Directions
- Win/Linux: ctrl+alt+u+b
OS X: ctrl+cmd+u+b
Compare file modification times and confirm actions before uploading/downloading the selected file or folder. This will never delete files, and will always perform the action that causes the newest file to be present in both locations. - Monitor File
- Win/Linux: ctrl+alt+u+m
OS X: ctrl+cmd+u+m
Watch the file for modifications (from Sublime or other applications). When the file modification time changes, the file will be uploaded. This was designed to be used with programs such as LiveReload and CSS compliers. The file must remain open in Sublime to be monitored. Once it is closed, monitoring stops. - Browse Remote
- Win/Linux: ctrl+alt+u+w
OS X: ctrl+cmd+u+w
Open the server quick panel browser at the remote folder corresponding to the selected file or folder
Server Workflow
- Setup Server
- Win/Linux: ctrl+alt+r+s
OS X: ctrl+cmd+r+s
Setup a new server. - Browse Server
- Win/Linux: ctrl+alt+r+b
OS X: ctrl+cmd+r+b
List the servers, with an option to setup a new one. - Last Server
- Win/Linux: ctrl+alt+r+n
OS X: ctrl+cmd+r+n
Show the current directory listing for the last used server. - Edit Server
- Win/Linux: ctrl+alt+r+e
OS X: ctrl+cmd+r+e
List the servers for the purpose of editing. - Delete Server
- Win/Linux: ctrl+alt+r+d
OS X: ctrl+cmd+r+d
List the servers for the purpose of deletion.
Both Workflows
- Show SFTP Panel
- Win/Linux: ctrl+alt+u+s
OS X: ctrl+cmd+u+s
Show the SFTP activity panel - Cancel
- Win/Linux: ctrl+alt+u+x
OS X: ctrl+cmd+u+x
Stop the current SFTP/FTP server activity (connection, upload or download)
'Sublime Text' 카테고리의 다른 글
Sublime Text package control(emmet, sftp) (0) | 2016.03.10 |
---|---|
Sublime text sftp 아마존 연결방법 (0) | 2015.12.30 |