Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- ipykernel
- zani
- widgetsBindingObserver
- dart
- Flask
- 성경필사
- vscdoe
- 워드파일
- dynamic color
- inheritedWidget
- velocity_x
- cache
- Share
- 소스제공
- extention
- flutter
- GIT
- annotation
- Jupyter Notebook
- 개역개정
- Anaconda
- git설치
- python
- 생명주기
- Device
- receive_sharing_intent
- google search console
- uni_links
- handlebars.js
- 미색인
Archives
- Today
- Total
자니노트
[Sublime] Sublime Text 단축키 본문
Sublime Text 3 shortcut | ||||
Editing | Navigation/Goto Anywhere | |||
Ctrl + X | Cut line | Ctrl + P | Quick-open files by name | |
Ctrl + ↩ | Insert line after | Ctrl + R | Goto symbol | |
Ctrl + ⇧ + ↩ | Insert line before | Ctrl + ; | Goto word in current file | |
Ctrl + ⇧ + ↑ | Move line/selection up | Ctrl + G | Goto line in current file | |
Ctrl + ⇧ + ↓ | Move line/selection down | General | ||
Ctrl + L | Select line - Repeat to select next lines | Ctrl + ⇧ + P | Command prompt | |
Ctrl + D | Select word - Repeat select others occurrences | Ctrl + KB | Toggle side bar | |
Ctrl + M | Jump to closing parentheses Repeat to jump to opening parentheses | Ctrl + ⇧ + Alt + P | Show scope in status bar | |
Ctrl + ⇧ + M | Select all contents of the current parentheses | Find/Replace | ||
Ctrl + ⇧ + K | Delete Line | Ctrl + F | Find | |
Ctrl + KK | Delete from cursor to end of line | Ctrl + H | Replace | |
Ctrl + K + ⌫ | Delete from cursor to start of line | Ctrl + ⇧ + F | Find in files | |
Ctrl + ] | Indent current line(s) | Tabs | ||
Ctrl + [ | Un-indent current line(s) | Ctrl + ⇧ + t | Open last closed tab | |
Ctrl + ⇧ + D | Duplicate line(s) | Ctrl + PgUp | Cycle up through tabs | |
Ctrl + J | Join line below to the end of the current line | Ctrl + PgDn | Cycle down through tabs | |
Ctrl + / | Comment/un-comment current line | Ctrl + ⇆ | Find in files | |
Ctrl + ⇧ + / | Block comment current selection | Ctrl + W | Close current tab | |
Ctrl + Y | Redo, or repeat last keyboard shortcut command | Alt + [NUM] | Switch to tab number [NUM] where [NUM] <= number of tabs | |
Ctrl + ⇧ + V | Paste and indent correctly | Split window | ||
Ctrl + Space | Select next auto-complete suggestion | Alt + ⇧ + 1 | Revert view to single column | |
Ctrl + U | soft undo; jumps to your last change before undoing change when repeated | Alt + ⇧ + 2 | Split view into two columns | |
Alt + ⇧ + W | Wrap Selection in html tag | Alt + ⇧ + 3 | Split view into three columns | |
Alt + . | Close current html tag | Alt + ⇧ + 4 | Split view into four columns | |
Ctrl + Alt + Up | Column selection up | Alt + ⇧ + 5 | Set view to grid (4 groups) | |
Ctrl + Alt + Down | Column selection down | Alt + ⇧ + 8 | Split view into two rows | |
Bookmarks | Ctrl + [NUM] | Jump to group where num is 1-4 | ||
Ctrl + F2 | Toggle bookmark | Ctrl + ⇧ + [NUM] | Move file to specified group where num is 1-4 | |
F2 | Next bookmark | Text manipulation | ||
⇧ + F2 | Previous bookmark | Ctrl + KU | Transform to Uppercase | |
Ctrl + ⇧ + F2 | Clear bookmarks | Ctrl + KL | Transform to Lowercase |
Comments