=============================== Sublime Text keyboard shortcuts =============================== First published at 2/3/2018 on https://defkey.com/sublime-text-shortcuts Sublime Text is a code and text editor which supports many programming languages. It's interface is similar to Vim. While Sublime Text is not a free software, it's plugins are mostly free. These plugins are developed by community and can add new functionality to program. Sublime Text has 62 shortcuts and we have listed all of them below. Editing ------- Ctrl + X Cut line Ctrl + Enter Insert line after Ctrl + Shift + Enter Insert line before Ctrl + Shift + Up arrow Move line/selection up Ctrl + Shift + Down arrow Move line/selection down Ctrl + Shift + L Split selection into lines Ctrl + L Select line - Repeat to select next lines Ctrl + D Select word - Repeat select others occurrences Ctrl + M Jump to closing parentheses. Repeat to jump to opening parentheses Ctrl + Shift + M Select all contents of the current parentheses Ctrl + Shift + K Delete line Ctrl + K then Ctrl + K Delete from cursor to end of line Ctrl + K + Backspace Delete from cursor to start of line Ctrl + ] Indent current line(s) Ctrl + [ Un-indent current line(s) Ctrl + Shift + D Duplicate line(s) Ctrl + J Join line below to the end of the current line Ctrl + / Comment/un-comment current line Ctrl + Shift + / Block comment current selection Ctrl + Y Redo, or repeat last keyboard shortcut command Ctrl + Shift + V Paste and indent correctly Ctrl + Space Select next auto-complete suggestion Ctrl + U Soft undo; jumps to your last change before undoing change when repeated Ctrl + K then Ctrl + D Quick Skip Next Alt + Shift + W Wrap Selection in html tag Alt + . Close current html tag Shortcuts below are valid for Windows only. Ctrl + Alt + Up arrow Column selection up Ctrl + Alt + Down arrow Column selection down Shortcuts below are valid for Linux only. Alt + Shift + Up arrow Column selection up Alt + Shift + Down arrow Column selection down Navigation/Go to Anywhere ------------------------- Ctrl + P Quick-open files by name Ctrl + R Go to symbol Ctrl + ; Go to word in current file Ctrl + G Go to line in current file General ------- Ctrl + Shift + P Command prompt Ctrl + K then Ctrl + B Toggle side bar Ctrl + Shift + Alt + P Show scope in status bar Find/Replace ------------ Ctrl + F Find Ctrl + H Replace Ctrl + Shift + F Find in files Alt + F3 Add all occurrences of the current word to the selection Esc Go from multiple selections to a single selection Tabs ---- Ctrl + Shift + T Open last closed tab Ctrl + Page Up Cycle up through tabs Ctrl + Page Down Cycle down through tabs Ctrl + Tab Find in files Ctrl + W Close current tab Alt + [1 - 9] Switch to a specific tab Split window ------------ Alt + Shift + 1 Revert view to single column Alt + Shift + 2 Split view into two columns Alt + Shift + 3 Split view into three columns Alt + Shift + 4 Split view into four columns Alt + Shift + 5 Set view to grid (4 groups) Alt + Shift + 8 Split view into two rows Ctrl + 1 ... to 4: Jump to group 1-4 Ctrl + Shift + 1 … to 4: Move file to specified group between 1-4 Bookmarks --------- Ctrl + F2 Toggle bookmark F2 Next bookmark Shift + F2 Previous bookmark Ctrl + Shift + F2 Clear bookmarks Text manipulation ----------------- Ctrl + K then Ctrl + U Transform to uppercase Ctrl + K then Ctrl + L Transform to lowercase Last modified on (UTC): Tuesday, December 10, 2019 Defkey © All rights reserved.