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.
- Sublime Text Cheat Sheet Pdf
- Sublime Text Emmet Cheat Sheet
- Sublime Text 3 Editor Download
- Sublime Text Windows Download
Tabs and Windows
Ctrl NNew TabCtrl ⇧ NNew WindowCtrl WClose FileCtrl ⇧ WClose WindowCtrl F4Close FileCtrl Alt PQuick Switch ProjectMisc
Ctrl ⇧ PCommand PrompCtrl Alt ⇧ PShow ScopeCtrl `Ctrl ÖOpen ConsoleF7BuildCtrl BBuildCtrl BreakCancel BuildGit
Ctrl .Next ModificationCtrl ,Previous ModificationCtrl K ZRevert ModificationCtrl K /Ctrl K #Toggle Inline Diff for LineCtrl K ;Ctrl K ÜToggle Inline Diff for Line(minimizing all others)
Spellcheck
F6Toggle SpellcheckCtrl F6Next Spelling ErrorCtrl ⇧ F6Previous Spelling ErrorFind / Replace
Ctrl FFindF3Find Next⇧ F3Find PreviousCtrl HFind / ReplaceCtrl ⇧ FFind / Replace in Multiple FilesCtrl ESlurp Selection into FindCtrl ⇧ ESlurp Selection into ReplaceCtrl IIncremental FindGUI
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 ViewNavigation 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 YYankText Manipulation
Ctrl ⇧ ↑Swap Line(s) UpCtrl ⇧ ↓Swap Line(s) DownCtrl TSwap multiple SelectionsCtrl ⇧ KDelete LineCtrl 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-Complete SuggestionsCtrl /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**) CAUTION Will apply on entire file if nothing is selected
Selection
Ctrl Alt ↑(WIN) Add Cursor AboveCtrl Alt ↓(WIN) Add Cursor BelowAlt ⇧ ↑(LINUX) Add Cursor AboveAlt ⇧ ↓(LINUX) Add Cursor BelowCtrl ClickAdd Cursor⇧ Right-ClickDrag to Select Multiple LinesMiddle-Click(WIN) Drag to Select Multiple LinesCrtl 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 Indentation BlockSublime Text Cheat Sheet Pdf
Ctrl ⇧ ASelect Contents of TagCtrl ⇧ SpaceSelect ScopeAlt F3Select All Instances of Current SelectionAlt ⇧ LSplit Selection Into LinesFolding
Ctrl ⇧ ]Ctrl ⇧ ´Fold Indentation BlockCtrl ⇧ [Ctrl ⇧ ßUnfold Indentation BlockCtrl K [1..9]Fold by LevelSublime Text Emmet Cheat Sheet
Ctrl K 0Unfold AllCtrl K JSublime Text 3 Editor Download
Unfold AllSublime 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:
Download Package control.
Open the Sublime Text command palette by pressing CTRL+Shift+p (Windows, Linux) or CMD+Shift+p (macOS).
All Package Control commands begin with “Package Control:”. Start by typing “Package”.
Select “Package Control: Install Package”.
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.
Change the current Build System to conda by accessing Tools -> Build System -> Conda in the menu bar.
Access the conda Commands with the Command Palette by searching for conda.