자니노트

[Sublime] Sublime Text 단축키 본문

개발 IDE & 에디터/Sublime Text

[Sublime] Sublime Text 단축키

zaninote 2017. 2. 14. 14:49

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