Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Basic Workflow / Shortcuts in Sublime Text

Basic Workflow / Shortcuts In Sublime Text

Basic Workflow / SHortcuts in Sublime Text

Sublime text is one of the most useful code editor for all of developers which is incrediable fast & tons of features are avaiable.

Major of features:

  • Multiple cursors
  • Vintage mode
  • Incrediable faster
  • Command Pallette
  • Plugin community is really hugh

Installation Sublime Text:

download it from https://www.sublimetext.com/.

License Key ( Try it, It’s working for me ):

----- BEGIN LICENSE -----
Andrew Weber
Single User License
EA7E-855605
813A03DD 5E4AD9E6 6C0EEB94 BC99798F
942194A6 02396E98 E62C9979 4BB979FE
91424C9D A45400BF F6747D88 2FB88078
90F5CC94 1CDC92DC 8457107A F151657B
1D22E383 A997F016 42397640 33F41CFC
E1D0AE85 A0BBD039 0E9C8D55 E1B89D5D
5CDB7036 E56DE1C0 EFCC0840 650CD3A6
B98FC99C 8FAC73EE D2B95564 DF450523
		------ END LICENSE ------

Sublime text comes with lot of inbuilt themes where you can change it by one click.

Go to Preferences ( Alt + n ) -> Color Scheme -> Select whichever you liked.

Basic Shortcuts:

  1. To increase / decrease font size use ( Ctrl / Cmd + or Ctrl / Cmd – ), and alternate way to change the default font size is ( Preferences -> Settings – Default )
  2. In the settings-Default, basic configuration has been set it as javascript Object,

  3. Selecting multiple occurrence by pressing ( Cmd / Ctrl + D ) every time to select next occurences, if you want to select all occurences at a time ( Ctrl + Cmd + G ). Attached screenshot for ref.,
  4. Ctrl + Shift + L = Select multiple lines & start adding / work.
  5. Ctrl / Cmd + I = Instance Search to select / change text.
  6. Ctrl + K + B = Show / Hide Sidebar.

Command Pallette:

Ctrl + Shift + P

=> list out all the menu’s & It’s fuzzy searching

Search / Select a File:

Cmd / Ctrl + P

– list out all the files & start searching ( Remember: It’s Fuzzy Search )

Symbols in File:

Cmd / Ctrl + R

=> List out all the commands, It will work on all the pages including ( CSS & HTML )

Key Bindings:

One of the best feature as per my aspect is, Everything can be modified as per your WISH,

Preferences -> Key Binding User

Note: Dont modify anything in Default file, Because if you upgrade new version, it will be overwritten.

Packages:

Package control you can browse or download it from GITHUB

Install Package Control:

Go to -> https://packagecontrol.io/installation, Copy Paste it in ( Cmd / Ctrl + ~ ) – Sublime console.

Play some time with all those shortcuts to remember it,

The post Basic Workflow / Shortcuts in Sublime Text appeared first on Drtuts.



This post first appeared on Drtuts, please read the originial post: here

Share the post

Basic Workflow / Shortcuts in Sublime Text

×

Subscribe to Drtuts

Get updates delivered right to your inbox!

Thank you for your subscription

×