How SublimeText can change your life.

WHY talk about

Sublime text Tips?

Cause we always want to go home early

Improve efficiency with our coding

Not to be fast, but for better code quality

 

1. Parallel-typing & Basic Nav & Selection

Overview

 

2. Advanced Navigation & Selection

 

3. Transformations

 

4. ^_^

Sublime Text Tips

Parallel-Typing

What is Parallel-typing?

Typing while keeping a

multi-cursor synced state

Terms

Region: 

an area/division of text

Common-Region: 

Regions with similar type and positions

Cursor: 

current pointer

Multi-cursor: 

a lot of current pointers

In Sync: 

Multi-cursors having Common Regions

Parallel-typing

As long as your multi-cursors are in sync, you’re still doing parallel-typing

MPM = Transformation * (Navigation + Selection)

(MPM - Magic Per Minute)

Is like a Living Macros

Navigation Foundation

Step, Hop and Jump!

Selection Foundation

CMD + D  (Sublime Text)

CTRL + G  (WebStorm)

Find Common-Region

Sublime Text - Intro to Parallel Typing

By ducondez

Sublime Text - Intro to Parallel Typing

  • 441