Sublime Text Cheat Sheet



Delete the matched strings and enter something new or append whatever you need to the matched text. Your edits show up at every matched position simultaneously. More Sublime Text Shortcuts. You can find a detailed list of Sublime Text 2 and 3 shortcuts on the post, Sublime Text Keyboard Shortcut Cheat Sheet. Sublime Text Cheatsheet (Windows) May 5, 2013 May 15, 2014 by hiojay May 15, 2014 by hiojay. Sublime Text is not a strange name for those who have been coding programs for some time. It’s one of the greatest tools you can use to make your coding work as easy as possible. With a bunch of features included in the tool, you will never need to use any other tool for your coding.

  1. Sublime Text Cheat Sheet Pdf
  2. Sublime Text Emmet Cheat Sheet
  3. Sublime Text 3 Editor Download
  4. Sublime Text Windows Download

Tabs and Windows

Ctrl NNew TabCtrl ⇧ NNew WindowCtrl WClose FileCtrl ⇧ WClose WindowCtrl F4Close FileCtrl Al­t PQuick Switch Project

Misc

Ctrl ⇧ PCommand PrompCtrl Al­t ⇧ PShow ScopeCtrl `Ctrl ÖOpen ConsoleF7BuildCtrl BBuildCtrl BreakCancel Build

Git

Ctrl .Next Modifi­cationCtrl ,Previous Modifi­cationCtrl K ZRevert Modifi­cationCtrl K /Ctrl K #Toggle Inline Diff for LineCtrl K ;Ctrl K ÜToggle Inline Diff for Line
(minim­izing all others)

Spellcheck

F6Toggle SpellcheckCtrl F6Next Spelling ErrorCtrl ⇧ F6Previous Spelling Error

Find / Replace

Ctrl FFindF3Find Next⇧ F3Find PreviousCtrl HFind / ReplaceCtrl ⇧ FFind / Replace in Multiple FilesCtrl ESlurp Selection into FindCtrl ⇧ ESlurp Selection into ReplaceCtrl IIncrem­ental Find

GUI

Ctrl K BToggle Side BarCtrl V BToggle Word WrapAlt ­⇧ 1Single ViewAlt ­⇧ [2..4]2, 3, or 4 Column ViewsAlt ­⇧ 5Two-By-Two GridAlt ­⇧ [8,9]2 or 3 RowsCtrl [1..4]Jump to ViewCtrl ⇧ [­1..4]Move File to View

Navigation in Project

Alt -Jump Through Previous CaretsAlt ­⇧ -Reverse Jump Through Previous CaretsF12Go to Definition⇧ F12Go to ReferenceCtrl PGo to FileCtrl RGo to FunctionCtrl ;Ctrl ÜGo to WordCtrl GGo to Line NumberCtrl ⇧ RGo to Symbol in ProjectCtrl K CCenter Cursor on ScreenCtrl MJump to Bracket (Closing First, Then Opening)

Tab Navigation

Ctrl PgUpCycle Though TabsCtr ­PgDownReverse Cycle Through TabsCtrl ⭾Switch to Previous Tab in StackCtrl ⇧ ⭾Switch to Next Tab in StackAlt ­[1..9]Switch to Tab by Position

(Book-­)Marks

Ctrl F2Toggle BookmarkF2Go to Next Bookmark⇧ F2Go to Previous BookmarkCtrl ⇧ F2Clear All BookmarksCtrl K SpaceSet MarkCtrl K ASelect to MarkCtrl K WDelete to MarkCtrl K XSwap Cursor with MarkCtrl K GDelete MarkCtrl K YYank

Text Manipu­lation

Ctrl ⇧ ↑Swap Line(s) UpCtrl ⇧ ↓Swap Line(s) DownCtrl TSwap multiple SelectionsCtrl ⇧ KDelete LineTextCtrl DelDelete Next WordCtrl ⌫Delete Previous WordCtrl K KDelete from Cursor to EOLCtr ­K ⌫Delete From Cursor to BOLCtrl JJoin LinesCtrl ⇧ DDulicate Line(s)Ctrl XCut Entire LineCtrl ⇧ VPaste and IndentCtrl K VPaste from HistoryCtrl USoft Undo *Ctrl ⇧ USoft Redo *Ctrl YRedo or RepeatCtrl K UConvert to Upper CaseCtrl K LConvert to Lower CaseCtrl ⏎Insert Line BelowCtrl ⇧ ⏎Insert Line AboveCtrl SpaceNavigate Auto-C­omplete Sugges­tionsCtrl /Ctrl #Comment Out Line(s)Ctrl ⇧ /Ctrl ⇧ #Block-­Comment Out Line(s)Ctrl ]Ctrl ´Indent Line(s)Ctrl [Ctrl ßUnindentAlt ­⇧ WWrap Selection in TagAlt .Close Current TagAlt QForce text to 80 Char Width **F9Sort Lines **Ctrl F9Sort Lines Case Sensitive ***) Goes to location of change, second press to confirm re/undo
**) CAUT­ION Will apply on entire file if nothing is selected

Selection

Ctrl Al­t ↑(WIN) Add Cursor AboveCtrl Al­t ↓(WIN) Add Cursor BelowAlt ­⇧ ↑(LINUX) Add Cursor AboveAlt ­⇧ ↓(LINUX) Add Cursor BelowCtrl ClickAdd Cursor⇧ Ri­ght­-ClickCheatDrag to Select Multiple LinesMiddle­-Click(WIN) Drag to Select Multiple LinesSheetCrtl DSelect Word (Repeat for More Instances)Ctrl K DSelect Word (Skip Currently Selected Instance)Ctrl LSelect Line (Repeat for More Instances)Ctrl ⇧ MSelect Contents of BracketsCtrl ⇧ JSelect Indent­ation Block

Sublime Text Cheat Sheet Pdf

Ctrl ⇧ ASelect Contents of TagCtrl ⇧ SpaceSelect ScopeAlt F3Select All Instances of Current SelectionAlt ­⇧ LSplit Selection Into Lines

Folding

Ctrl ⇧ ]Ctrl ⇧ ´Fold Indent­ation BlockCtrl ⇧ [Ctrl ⇧ ßUnfold Indent­ation BlockCtrl K [­1..9]Fold by Level

Sublime Text Emmet Cheat Sheet

Ctrl K 0Unfold AllCtrl K J

Sublime Text 3 Editor Download

Unfold All

Sublime Text is a cross-platform text editor for code, markup, and prose.Download and Install Sublime Text.

Sublime Text Windows Download

To use your Anaconda installation with Sublime Text:

  1. Download Package control.

  2. Open the Sublime Text command palette by pressing CTRL+Shift+p (Windows, Linux) or CMD+Shift+p (macOS).

  3. All Package Control commands begin with “Package Control:”. Start by typing “Package”.

  4. Select “Package Control: Install Package”.

  5. Search for conda in the command palette and select the conda plugin.When the plugin is installed, a Package Control Message will open in the Sublime Text window.

  6. Change the current Build System to conda by accessing Tools -> Build System -> Conda in the menu bar.

  7. Access the conda Commands with the Command Palette by searching for conda.